Releases: MishaKav/jest-coverage-comment
Releases · MishaKav/jest-coverage-comment
Support multiple junitxml files
Fix errors for old junit format
old versions like 10 of jest-junit
do not provide a summary for the errors
field.
calculate it manually.
Fix error when reading coverage txt
- Fix error when reading coverage txt
- Improve warnings when a comment is too long
- Remove unrelevant suggestions from the warning
Swap branch and functions (typo)
v1.0.15 Swap branch and functions (typo)
add ability to remove links from report
Support istanbul report
Add support for istanbul
report (remove extra slash on folders)
support multiple files for mono repo projects
fix changed files
- fix changed files (when the first commit comes in
push
evnet, it fails to compare it withhead
commit)
remove strip colors
v1.0.10 remove strip colors
Prevent total line from being treated as folder, correct spellings
- Prevent total line from being treated as folder + correct spellings
- Big thanks for @paescuj for the PR