Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 13 Jun 10:48
· 158 commits to main since this release

2.0.0 (2023-06-13)

Bug Fixes

Features

  • Add option to choose mode for display file coverage (#192) (148463f)

BREAKING CHANGES

  • The File-Coverage will now only report files that were actually changed in the pull-request on default. This is to avoid large projects having problems with the comments on the PR being too big. To get the old behavior (always report all tested files), use the new setting 'file-coverage-mode: all'.