mrverdant13 / coverde

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

refactor: customize exceptions and logs #36

Closed mrverdant13 closed 3 years ago

mrverdant13 commented 3 years ago

Description

codecov[bot] commented 3 years ago

Codecov Report

Merging #36 (3ea24f2) into main (b047cc8) will increase coverage by 1.80%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #36      +/-   ##
===========================================
+ Coverage   98.19%   100.00%   +1.80%     
===========================================
  Files          12        15       +3     
  Lines         443       454      +11     
===========================================
+ Hits          435       454      +19     
+ Misses          8         0       -8     
Impacted Files Coverage Δ
lib/src/commands/check/check.dart 100.00% <100.00%> (+3.57%) :arrow_up:
lib/src/commands/check/min_coverage.exception.dart 100.00% <100.00%> (ø)
lib/src/commands/filter/filter.dart 100.00% <100.00%> (+3.84%) :arrow_up:
lib/src/commands/report/report.dart 100.00% <100.00%> (+3.63%) :arrow_up:
lib/src/commands/rm/rm.dart 100.00% <100.00%> (+4.00%) :arrow_up:
lib/src/commands/value/value.dart 100.00% <100.00%> (+6.45%) :arrow_up:
lib/src/entities/cov_base.dart 100.00% <100.00%> (ø)
lib/src/entities/cov_file.dart 100.00% <100.00%> (ø)
lib/src/entities/coverde.exception.dart 100.00% <100.00%> (ø)
lib/src/entities/covfile_format.exception.dart 100.00% <100.00%> (ø)
... and 5 more

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 b047cc8...3ea24f2. Read the comment docs.