pull_request_coverage 0.0.3+1
pull_request_coverage: ^0.0.3+1 copied to clipboard
A CLI tool to verify the test coverage of a pull request only, ignoring the rest of the project.
example/readme.md
This package is intended to be used as a CI step or as a command line tool. Example:
git diff repository/main | flutter pub run pull_request_coverage --minimum-coverage 95 --maximum-uncovered-lines 5 --hide-uncovered-lines