Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2481 +/- ##
==========================================
- Coverage 79.66% 79.65% -0.01%
==========================================
Files 658 658
Lines 50418 50418
Branches 736 736
==========================================
- Hits 40163 40159 -4
- Misses 10175 10179 +4
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
No dependency changes detected. Learn more about Socket for GitHub. 👍 No dependency changes detected in pull request |
jmthomas
left a comment
There was a problem hiding this comment.
Love the consolidation of the rules. I was able to get this integrated with VSCode by manually running pnpm install from the plugins dir.
|



cosmos/openc3-cosmos-init/plugins/packageshas its own job to run eslint, and each job is only run if there were files changed within that package for a given PRopenc3-cosmos-init/plugins/package.jsonfile to take advantage of shared decencies in workspaceswarninstead oferroras a temporary measure until the failure is addressedpathsfilter from the top of this workflow) such that at least one job runs for each PR. This workflow could then be marked as required, thereby enforcing the eslint rules. Other jobs could also be added to run linters on the python and ruby code when that is changed