Closed ponyisi closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 83.09%. Comparing base (
4822f5a
) to head (715380b
). Report is 2 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Prompted by #451
@ponyisi Given https://github.com/ssl-hep/ServiceX_frontend/issues/451#issuecomment-2480859322, I would suggest that you manually add running pre-commit
to a lint
workflow in your CI using https://github.com/pre-commit/action (unless you're planning on turning on pre-commit.ci in the very near future). Otherwise it is easy for people who didn't run pre-commit
before pushing (or used --no-verify
) to accidentally introduce non-passing code.
Add hooks for precommit + some basic checks (and run flake8)