Closed seandstewart closed 4 years ago
Merging #128 into main will decrease coverage by
0.00%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #128 +/- ##
==========================================
- Coverage 96.93% 96.93% -0.01%
==========================================
Files 36 36
Lines 3855 3854 -1
==========================================
- Hits 3737 3736 -1
Misses 118 118
Flag | Coverage Δ | |
---|---|---|
#3.7 | ? |
|
#3.8 | 96.93% <ø> (ø) |
|
#unittests | 96.93% <ø> (-0.01%) |
:arrow_down: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
typic/gen.py | 97.97% <0.00%> (-0.03%) |
:arrow_down: |
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 bb723a9...5e152fa. Read the comment docs.
This change expands and refines our CI definitions.
Tests are now run on a matrix of
os
andpython-version
, adding a new OS or python version will ensure that all possible combinations are run.Linting and codecov are only run on a single OS/python combination.