Closed adamchainz closed 3 years ago
Merging #3 (595bcde) into master (3e8eefb) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #3 +/- ##
=======================================
Coverage 83.60% 83.60%
=======================================
Files 36 36
Lines 3300 3300
Branches 471 471
=======================================
Hits 2759 2759
Misses 373 373
Partials 168 168
Impacted Files | Coverage Δ | |
---|---|---|
gisserver/queries/stored.py | 90.21% <100.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 3e8eefb...595bcde. Read the comment docs.
You can also install pre-commit.ci, which is made by the author of pre-commit, to automatically update your hooks every 2 weeks.
pre-commit autoupdate
to pull the latest hook versionflake8-blind-except
withflake8-bugbear
.flake8-blind-except
was throwing some false positives on re-raised exceptions.flake8-bugbear
's rule B001 covers blindly caught exceptions more thoroughly, plus it covers many other best practices.additional_dependencies
to their latest versions.