oliverbooth / X10D

Extension methods on crack.
https://oliverbooth.github.io/X10D/
MIT License
28 stars 2 forks source link

dotCover via SonarCloud is reporting 0% coverage on new code #91

Closed oliverbooth closed 8 months ago

oliverbooth commented 9 months ago

A change was made at some point which caused the quality gate to unconditionally fail due to 0% coverage on new code.

See below for PR #85 image

This is especially confusing because dotCover reports 99% from inside Rider image

The cause of this is unknown. Investigation is required, and a fix must be found before PR 85 is merged.

oliverbooth commented 8 months ago

Coverage is now generated by coverlet and reported by Codecov.