Code Coverage Summary v1.1.0 Released!

Code Coverage Summary v1.1.0 Released!

ยท

1 min read

I'm pleased to announce an update to my GitHub Action Code Coverage Summary. Code Coverage Summary v1.1.0 adds several new features:

  • ๐Ÿ‘ฉโ€โš•๏ธ Include health indicators in the output (โŒโž–โœ”)
  • ๐Ÿ“ˆ Set threshold percentages for coverage badge and health indicators
  • ๐Ÿšซ Fail the workflow if the overall Line Rate is below the lower threshold

Code Coverage Summary reads Cobertura format coverage files from your test suite and outputs a text or markdown summary that can be posted as a Pull Request comment or included in Release Notes to give you an immediate insight into the health of your code without using a third-party site.

Designed for use with Coverlet and gcovr, Code Coverage Summary should work with any test framework that outputs coverage in Cobertura format.

ย 

Blue vector created by vectorjuice - www.freepik.com

ย