htekdev
htekdev @htekdev ·
This commit gate is ruthless: → Diff analysis on all changes → Maps code to required tests → Runs only changed tests → Calculates coverage for YOUR changes → Blocks if you don't hit the threshold Impossible to cheat. The machine doesn't negotiate. 🔒 #DevOps #CodeCoverageX
12
Ankit kumar Sinha
Ankit kumar Sinha @mistersinha07 ·
Code Coverage vs Test Coverage Code coverage measures executed source code during tests, while test coverage evaluates how thoroughly requirements and scenarios are tested to ensure overall software quality. #codecoverage #testcoverage Read more:- headspin.io/blog/a-detaile…
Code Coverage and Test Coverage: Everything You Need to Know

What makes code coverage different to test coverage? What aspects do they cover? Here's all that’s there to know about these two essential metrics!

From headspin.io
3
John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Pro's built-in code coverage tools to identify untested code paths. Run tests with coverage enabled, review the coverage report, and focus on improving tests for low-coverage areas to boost code quality and reliability. #CodeCoverage #VSPro @visualstudio
8
John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Code extensions like "Coverage Gutters" to visualize code coverage directly in your editor. It highlights covered and uncovered lines, helping you focus testing efforts efficiently and improve code quality. #CodeCoverage #VSCodeTips @code
9
John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Code extensions like "Coverage Gutters" to visualize code coverage directly in your editor. It highlights covered and uncovered lines, helping you focus testing efforts and improve code quality efficiently. #CodeCoverage #VSCodeTips @code
14
Christoph Miksche
Christoph Miksche @CMiksche ·
Ready to unify your coverage reporting? Get started with Covpeek and make coverage part of your stable deployment process. Visit: github.com/Chapati-System… #ci_cd #coverage #codecoverage #rust #covpeek #devops #testing
GitHub - Chapati-Systems/covpeek: Cross-language Coverage Report CLI Parser in Go

Cross-language Coverage Report CLI Parser in Go. Contribute to Chapati-Systems/covpeek development by creating an account on GitHub.

From github.com
13
markus staab | @markusstaab@phpc.social
markus staab | @markusstaab@phpc.social @markusstaab ·
For a few weeks I am working on improvements for #phpunit #codecoverage features. Just relased a blog post detailling the approach and all the ideas and results including deep links into all the relevant pull requests. staabm.github.io/2025/11/26/spe…
Speedup PHPUnit code coverage generation

While working on the PHPStan codebase I recently realized we spent a considerable amount of time to generate code-coverage data, which we need later on to feed the Infection based mutation testing...

From staabm.github.io
1
500
John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Code extensions like "Coverage Gutters" to visualize code coverage directly in your editor. It highlights covered and uncovered lines, helping you focus testing efforts efficiently and improve code quality. #CodeCoverage #VSCodeTips @code
12
John Straumann
John Straumann @JohnStraumann ·
Use Visual Studio Code extensions like "Coverage Gutters" to visualize code coverage directly in your editor. It highlights covered and uncovered lines, helping you focus testing efforts efficiently and improve code quality. #CodeCoverage #VSCodeTips @code
13