Closed ahawker closed 4 years ago
Merging #453 into master will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #453 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 5
Lines 312 316 +4
Branches 75 75
=========================================
+ Hits 312 316 +4
Impacted Files | Coverage Δ | |
---|---|---|
ulid/hints.py | 100.00% <100.00%> (ø) |
|
ulid/ulid.py | 100.00% <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 2c41005...751a857. Read the comment docs.
Status: Ready
If merged, this PR makes the changes necessary to support
mypy --strict
and updates the Makefile target to run in strict mode as part of CI.Fixes #450