Releases: talesbarreto/pull_request_coverage
Releases · talesbarreto/pull_request_coverage
2.1.5
2.1.4
- Document maintenance mode status in README
- Bump dependencies: args 2.7.0, file 7.0.1, glob 2.1.3, yaml 3.1.3, path 1.9.1
2.1.3
- Update docs
- Bump args dependency to 2.5.0
- Bump path dependency to 1.9.0
- Bump lints dependency to ">=2.1.1 <6.0.0"
2.1.2
- Fix
Implicit tear-off of the 'call' method.
2.1.1
- Checking all files present in
lcov.infofile, not just those located under/libas in previous versions. - Enhanced the logic for detecting file matches between the
lcov.infofile and thegit diff. - Bug fix: Addressed an issue where ignored files could incorrectly appear in the final report in certain cases.
2.1.0
- New
approval-requirementoption
2.0.0
- Output has emojis now. You can disable them by setting
print-emojistofalse. - Output is now sorted, with files missing tests shown at the end of the report.
- Invalid options are no longer ignored. An error will be displayed, and execution will be aborted.
- Updated output style.
- New
log-leveloption. - Upgrade
argsdependency to version 2.4.2 - Upgrade
globdependency to version 2.1.2 - Upgrade
yamldependency to version 3.1.2
1.3.6
- Upgrade
filedependency to version 7.0.0
1.3.5
- Fix
fully-tested-messageoption not working
1.3.4
- Readme improvements