Closed mrverdant13 closed 3 years ago
Merging #38 (84b91d2) into main (2f47382) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## main #38 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 454 455 +1
=========================================
+ Hits 454 455 +1
Impacted Files | Coverage Δ | |
---|---|---|
lib/src/entities/cov_file.dart | 100.00% <100.00%> (ø) |
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 2f47382...84b91d2. Read the comment docs.
Description
For folder structures with single child nested folders, the
report
tool had issues when generating relative paths. This PR ensures relative path construction is safe.