Glossary coding Term Page

Coverage

a metric that reports how many lines of your code ran during tests

coverage #coding#python
Korean version

Related Concepts

Core Idea

Coverage is a metric that reports how many lines of your code ran during tests. It usually makes the most sense alongside pytest, Fixture, Mocking.

Why It Matters Here

Mathbong reuses this term across python posts as shared vocabulary.

Posts Mentioning This Concept