bcgov / ppr-deprecated

deprecated-Personal Property Registry
Apache License 2.0
2 stars 10 forks source link

Suppress code coverage #872

Closed bryan-gilbert closed 4 years ago

sonarcloud[bot] commented 4 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

jguertin commented 4 years ago

This seems to also disable the unit tests. I would not recommend disabling tests. If we break any it will make it that much more difficult to get the project up and running again.

As far as disabling the coverage reporting, I personally don't see any harm in keeping it in. May be stale, but its still an open source repo. Once code starts changing it's still good to have in there. I also like it for when I point prospective clients to this repo when looking for my next gig ;).

bryan-gilbert commented 4 years ago

Leave master with code coverage.