Closed jacobrs closed 6 years ago
Merging #25 into master will decrease coverage by
3.37%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #25 +/- ##
==========================================
- Coverage 98.16% 94.78% -3.38%
==========================================
Files 32 32
Lines 1252 1343 +91
==========================================
+ Hits 1229 1273 +44
- Misses 23 70 +47
Impacted Files | Coverage Δ | |
---|---|---|
datastructures/pieces/Piece.cpp | 100% <ø> (ø) |
:arrow_up: |
converters/FENConverter.cpp | 100% <100%> (ø) |
:arrow_up: |
util/UnicodeTable.cpp | 100% <100%> (ø) |
:arrow_up: |
datastructures/pieces/Piece.h | 100% <100%> (ø) |
:arrow_up: |
converters/PGNConverter.cpp | 62.08% <0%> (-21.01%) |
:arrow_down: |
datastructures/Board.cpp | 99.34% <0%> (-0.66%) |
:arrow_down: |
tests/datastructures/BoardTests.cpp | 100% <0%> (ø) |
:arrow_up: |
tests/converters/PGNConverterTests.cpp | 100% <0%> (ø) |
: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 b73abab...8c01b00. Read the comment docs.
How did we lose code coverage?
I was wrong, I just hadn't merged master into the branch.
Improved code quality by following Codacy recommendations.