Closed chx closed 7 years ago
Merging #190 into master will decrease coverage by
0.34%
. The diff coverage is66.66%
.
@@ Coverage Diff @@
## master #190 +/- ##
=========================================
- Coverage 79.54% 79.2% -0.35%
=========================================
Files 24 24
Lines 3804 3804
=========================================
- Hits 3026 3013 -13
- Misses 584 595 +11
- Partials 194 196 +2
Impacted Files | Coverage Δ | |
---|---|---|
source_manager.go | 92.13% <0%> (ø) |
:white_check_mark: |
bridge.go | 76.16% <100%> (ø) |
:white_check_mark: |
hash.go | 81.35% <100%> (ø) |
:white_check_mark: |
analysis.go | 86.49% <0%> (-3.38%) |
:x: |
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 7447ec8...eaf84ad. Read the comment docs.
Awesome. thank you!
Ohh, yeah, there's this one tricksy thing - example.go
also needs to be updated. It's easy to miss, because it's not touched by any tests.
You can just go build example.go
to test and see whether it builds. That's the only check the CI system is running.
Codecov Report
92.13% <0%> (ø)
76.16% <100%> (ø)
81.35% <100%> (ø)
86.49% <0%> (-3.38%)
Continue to review full report at Codecov.