aboutsummaryrefslogtreecommitdiffstats
path: root/.coveragerc
blob: 8490babe1442edd6226f8b85b0fc15275ce67e55 (plain) (blame)
1
2
3
4
5
6
7
8
9
[run]
branch = True
include = snekbox/*
omit = snekbox/api/app.py

[report]
exclude_lines =
    pragma: no cover
    if DEBUG