mrverdant13 / coverde

A set of commands for coverage trace files manipulation.
MIT License
30 stars 11 forks source link

fix: ensure safe dir path construction #38

Closed mrverdant13 closed 3 years ago

mrverdant13 commented 3 years ago

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.

codecov[bot] commented 3 years ago

Codecov Report

Merging #38 (84b91d2) into main (2f47382) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            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.