pull_request_coverage 0.0.3
pull_request_coverage: ^0.0.3 copied to clipboard
A CLI tool to verify the test coverage of a pull request only, ignoring the rest of the project.
0.0.3 #
- "hide-uncovered-lines" param replaced by "show-uncovered-code", which is now a boolean
- new "use-colorful-font" param.
- new "report-fully-covered-files" param.
- removed emojis from the output
0.0.2+1 #
- Fix wrong message when there is no new lines in the PR
- Update readme
- Making this package a binary only
0.0.2 #
- Fix code diff showing missing coverage in wrong line
0.0.1+2 #
- Change SDK requirements to '>=2.17.0 <3.0.0'
0.0.1+1 #
- Removing Android and iOS as supported platforms.
0.0.1 #
- Initial version.