aboutsummaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 83429b0d394e27eaf28bdd1858e6b0143d342b25 (plain)
1
2
3
4
5
6
7
[report]
omit = */samples/*
exclude_lines =
    # Re-enable the standard pragma
    pragma: NO COVER
    # Ignore debug-only repr
    def __repr__