Open mark141 opened 4 years ago
Merging #28 into master will decrease coverage by
6.2%
. The diff coverage is93.46%
.
@@ Coverage Diff @@
## master #28 +/- ##
==========================================
- Coverage 100% 93.79% -6.21%
==========================================
Files 2 6 +4
Lines 68 934 +866
==========================================
+ Hits 68 876 +808
- Misses 0 58 +58
Impacted Files | Coverage Δ | |
---|---|---|
mypackage/all_groove.py | 0% <0%> (ø) |
|
mypackage/transformations.py | 100% <100%> (ø) |
|
mypackage/_utility.py | 100% <100%> (ø) |
|
mypackage/geometry.py | 100% <100%> (ø) |
:arrow_up: |
mypackage/visualization.py | 100% <100%> (ø) |
|
... and 1 more |
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 d11d804...ef7cbfd. Read the comment docs.
Hello @mark141! Thanks for updating this PR.
tests/test_groove.py
:Line 22:1: E302 expected 2 blank lines, found 1 Line 37:52: W292 no newline at end of file
Issue of testing on the github environment is finished. ;-)