DeepSource
Dashboard Resources Pricing Discover Directory Log in

Run your first analysis.

Find thousands of code security and quality issues in your codebase, before they end up in production.

Start now
All analyzers Test coverage
Test coverage

Test coverage

Use Analyzer
Docs
Discuss

Categories

Coverage

Latest version

v0.21.11

Updated on

Mar 9, 2023

Issues

2

Read full documentation

Sample configuration


version = 1

[[analyzers]]
name = "test-coverage"

Stats


Coverage

2

Issues


View all
Lines not covered in tests TCV-001
Coverage

A source line is considered covered when at least one instruction that is assigned to this line has been executed by a test case. These lines were not executed during any of the test cases.

Unexecuted code detected in test TCV-002
Coverage

Test code has lines of code that were never executed during the test. This can happen when you've written test for some application logic which is never hit during the tests.