pulyaevskiy / test-coverage

Runs tests in Dart VM and collects coverage data.
BSD 3-Clause "New" or "Revised" License
34 stars 64 forks source link

Option --no-badge still does not work #26

Closed dellgreen closed 4 years ago

dellgreen commented 4 years ago

It looks like the ArgParser was updated to have the negate option but its not being used to prevent the badge file from being output.

https://github.com/pulyaevskiy/test-coverage/blob/master/bin/test_coverage.dart#L67

Related to: #15