-
Notifications
You must be signed in to change notification settings - Fork 4
Add linter analysis workflow #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
82c6a13 to
97a7bee
Compare
.github/workflows/analysis.yml
Outdated
| - name: Fail fast | ||
| if: steps.linter.outputs.checks-failed > 0 | ||
| run: exit 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we keep this (and force fixing everything, or skip lines if we consider the errors/warnings as false positives) or remove it to only have annotated files as a reference?
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #9 +/- ##
=======================================
Coverage ? 82.31%
=======================================
Files ? 35
Lines ? 1742
Branches ? 0
=======================================
Hits ? 1434
Misses ? 308
Partials ? 0
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:
|
…l headers available
No description provided.