hajicj / muscima

Tools for working with the MUSCIMA++ dataset of handwritten music notation.
https://muscima.readthedocs.io
MIT License
16 stars 4 forks source link

Adding Python 2-compatible type-hints #13

Closed apacha closed 6 years ago

apacha commented 6 years ago
codecov-io commented 6 years ago

Codecov Report

Merging #13 into master will increase coverage by 0.08%. The diff coverage is 25.84%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #13      +/-   ##
=========================================
+ Coverage    6.67%   6.76%   +0.08%     
=========================================
  Files          12      12              
  Lines        3222    3239      +17     
=========================================
+ Hits          215     219       +4     
- Misses       3007    3020      +13
Impacted Files Coverage Δ
muscima/cropobject_class.py 0% <0%> (ø) :arrow_up:
muscima/inference.py 0% <0%> (ø) :arrow_up:
muscima/graph.py 0% <0%> (ø) :arrow_up:
muscima/dataset.py 0% <0%> (ø) :arrow_up:
muscima/io.py 0% <0%> (ø) :arrow_up:
muscima/grammar.py 0% <0%> (ø) :arrow_up:
muscima/stafflines.py 0% <0%> (ø) :arrow_up:
muscima/utils.py 21.66% <25%> (+2.02%) :arrow_up:
muscima/inference_engine_constants.py 73.84% <50%> (-0.76%) :arrow_down:
muscima/cropobject.py 24.67% <51.35%> (+0.04%) :arrow_up:
... and 2 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 82f9c7b...d6cfed8. Read the comment docs.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 28


Changes Missing Coverage Covered Lines Changed/Added Lines %
muscima/cropobject_class.py 0 1 0.0%
muscima/dataset.py 0 1 0.0%
muscima/grammar.py 0 1 0.0%
muscima/io.py 0 1 0.0%
muscima/inference_engine_constants.py 2 4 50.0%
muscima/utils.py 2 8 25.0%
muscima/graph.py 0 8 0.0%
muscima/stafflines.py 0 10 0.0%
muscima/cropobject.py 19 37 51.35%
muscima/inference.py 0 18 0.0%
<!-- Total: 23 89 25.84% -->
Files with Coverage Reduction New Missed Lines %
muscima/utils.py 1 21.67%
muscima/dataset.py 2 0.0%
muscima/io.py 2 0.0%
muscima/stafflines.py 3 0.0%
muscima/inference.py 4 0.0%
muscima/cropobject.py 7 24.68%
muscima/graph.py 45 0.0%
<!-- Total: 64 -->
Totals Coverage Status
Change from base Build 26: 0.09%
Covered Lines: 219
Relevant Lines: 3239

💛 - Coveralls