Back to Tags
Code Coverage
4 items tagged with "code-coverage"
Filter by type:
Best Practices2
Best Practice
Mutation Testing
A technique that injects small faults (mutants) into code and checks whether tests detect them, measuring how effective the test suite really is.
Best Practice
Code Coverage Best Practices
Guidance on using code coverage as a signal of untested code rather than a target, including diff coverage and avoiding coverage gaming.