You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
[2.5.0] - 2021-11-11
Added
Option to generate a simple JSON summary report containing the coverage
and branches coverage values as double-precision floating-point values.
This may be useful as input to other tools. Additionally, if used in
combination with the existing fail-on-coverage-decrease and/or fail-on-branches-decrease features, those checks will be more accurate.
This new feature is controlled by a pair of new inputs generate-summary
and summary-filename. This feature is disabled by default.