Closed josh146 closed 5 years ago
Merging #9 into master will increase coverage by
0.03%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #9 +/- ##
==========================================
+ Coverage 95.55% 95.58% +0.03%
==========================================
Files 10 10
Lines 1170 1178 +8
==========================================
+ Hits 1118 1126 +8
Misses 52 52
Impacted Files | Coverage Δ | |
---|---|---|
blackbird_python/blackbird/program.py | 100% <100%> (ø) |
:arrow_up: |
blackbird_python/blackbird/tests/test_listener.py | 99.46% <100%> (+0.02%) |
:arrow_up: |
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 1df0120...17799b7. Read the comment docs.
As @smite noticed, the version number should be a string, not a float. Updated in this PR (and two tests added).