pull_request_coverage 1.0.2
pull_request_coverage: ^1.0.2 copied to clipboard
A CLI tool to verify the test coverage of a pull request only, ignoring the rest of the project.
1.0.2 #
- Adding "Number of lines that should be tested under
/lib
"
1.0.1 #
- Removing total of new lines from output because it is a completely useless information
- Fixes on readme
1.0.0 #
- Stable release
0.0.6+1 #
- Updating readme 💃
0.0.6 #
- Ending report is now a table
0.0.5 #
- new
fraction-digits
param - new
markdown-mode
param
0.0.4 #
- ⚠️ "use-colorful-font" replaced by "use-colorful-output", since it depends on the output type now
- New markdown output type
0.0.3+2 #
- Replaced ✪ from output by a -
- Replace 😉 from output by a
=D
0.0.3+1 #
- Update readme
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.