Skip to content

Commit

Permalink
update coverage exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
charles-cooper committed Jan 21, 2025
1 parent fde377d commit 3ec92e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,9 @@ omit = vyper/version.py
# allow `coverage combine` to combine reports from heterogeneous OSes.
# (mainly important for consolidating coverage reports in the CI).
relative_files = True

[coverage:report]
# could add: def __repr__
# see https://coverage.readthedocs.io/en/latest/excluding.html#advanced-exclusion
exclude_also =
if TYPE_CHECKING:

0 comments on commit 3ec92e1

Please sign in to comment.