Skip to content

Releases: irongut/CodeCoverageSummary

v1.3.0

Choose a tag to compare

@irongut irongut released this 29 Jul 15:57

v1.3.0 Release Notes

  • Supports glob pattern matching for multiple coverage files (#35)
  • Improved compatibility with simplecov & simplecov-cobertura (#37)
  • Now compatible with MATLAB's code coverage plugin (#53)
  • Docker image signed using Sigstore (#52)
  • Implemented StepSecurity Secure Workflows (#50)
  • Compatible with StepSecurity Secure Workflows

v1.3.0-beta

v1.3.0-beta Pre-release
Pre-release

Choose a tag to compare

@irongut irongut released this 26 Jul 23:37

v1.3.0-beta Release Notes

  • Glob pattern matching for coverage files (#35)
  • Improved compatibility with simplecov (#37)
  • Now compatible with MATLAB's code coverage plugin (#53)
  • Implemented StepSecurity Secure Workflows (#50)
  • Signed Docker image on release (#52)
  • CCS is in the StepSecurity KB & is compatible with StepSecurity Secure Workflows.

v1.2.0

Choose a tag to compare

@irongut irongut released this 25 Nov 22:14

v1.2.0 Release Notes

CodeCoverageSummary v1.2.0 brings two new features - the ability to include multiple coverage files and the ability to hide the Branch Rate and Complexity metrics in the output. Performance has also been improved thanks to an upgrade to .Net 6 and improvements to the Docker image.

  • Support multiple Cobertura files (#19)
  • Allow hiding Branch Rate + Complexity values in output (#22)
  • Update to .Net 6 (#23)
  • Improved Docker image layering

v1.2.0-beta

v1.2.0-beta Pre-release
Pre-release

Choose a tag to compare

@irongut irongut released this 24 Nov 22:05

v1.2.0-beta Release Notes

  • Allow hiding Branch Rate + Complexity values in output (#22)
  • Support multiple cobertura files (#19)
  • Update to .Net 6 (#23)
  • Improved Docker image layering which should improve performance
name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.2.0-beta
with:
  filename: coverage/api.coverage.xml,coverage/site.coverage.xml
  hide_branch_rate: true
  hide_complexity: true

v1.1.0

Choose a tag to compare

@irongut irongut released this 27 Oct 21:40

v1.1.0 Release Notes

  • Add a health indicator for each package (#14)
  • Add ability to change badge + health indicator thresholds (#15)
  • Add ability to fail a workflow (#16)

v1.1.0-beta

v1.1.0-beta Pre-release
Pre-release

Choose a tag to compare

@irongut irongut released this 26 Oct 22:10

v1.1.0-beta Release Notes

  • Add a health indicator for each package (#14)
  • Add ability to change badge + health indicator thresholds (#15)
  • Add ability to fail a workflow (#16)
name: Code Coverage Summary Report
uses: irongut/CodeCoverageSummary@v1.1.0-beta
with:
  filename: coverage/coverage.cobertura.xml
  fail_below_min: true

v1.0.5

Choose a tag to compare

@irongut irongut released this 27 Sep 19:24

v1.0.4

Choose a tag to compare

@irongut irongut released this 25 Sep 20:55

v1.0.4 Release Notes

  • Bump docker image in action.yml (PR #8)

Thanks to @jderrough for spotting my mistake.

v1.0.3

Choose a tag to compare

@irongut irongut released this 24 Sep 19:49

v1.0.3 Release Notes

  • Handle optional complexity attribute (PR #7)

Thanks to @jderrough for the contribution.

v1.0.2

Choose a tag to compare

@irongut irongut released this 06 Sep 00:19

v1.0.2 Release Notes

  • Markdown format: Added a blank line between badge & table (PR #5)
  • Improved execution time with a pre-built container on GitHub Container Registry (Issue #4)

Thanks to @joshjohanning for the contribution.