Skip to content
Compare
Choose a tag to compare
@irongut irongut released this 25 Nov 22:14
· 102 commits to master since this release

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