-
Notifications
You must be signed in to change notification settings - Fork 18
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
🔧 Fix interrogate usage #781
Conversation
Kudos, SonarCloud Quality Gate passed!
|
Codecov Report
@@ Coverage Diff @@
## staging #781 +/- ##
=======================================
Coverage 83.9% 83.9%
=======================================
Files 75 75
Lines 4185 4185
Branches 752 752
=======================================
Hits 3512 3512
Misses 538 538
Partials 135 135 Continue to review full report at Codecov.
|
Benchmark is done. Checkout the benchmark result page. Benchmark diffParametrized benchmark signatures: BenchmarkOptimize.time_optimize(index_dependent, grouped, weight)
|
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.
👍
* 🩹 🔧 Only run interrogate on glotaran folder * 👌 🚧 Raised interrogate threshold for 52% to 55% (current value 56.1%)
Currently the way
interrogate
is run bypre-commit
it auto-discovers*.py
files in the repo root.This can lead to errors with venvs.
Change summary
Checklist