Closed neutrinoceros closed 3 years ago
Merging #78 (4472faf) into master (620efbf) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #78 +/- ##
=======================================
Coverage 94.04% 94.04%
=======================================
Files 3 3
Lines 168 168
Branches 35 35
=======================================
Hits 158 158
Misses 5 5
Partials 5 5
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 08732b2...4472faf. Read the comment docs.
Thx for PR!
Right now there's a bug in you're linting CI because the latest version of black doesn't support the
--py36
flag. I replace it with the current equivalent (see https://black.readthedocs.io/en/stable/change_log.html?highlight=--py36#id2)