Skip to content

Commit

Permalink
Omit from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 2, 2019
1 parent ebed90c commit ce382e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,7 @@ comment: off

# Matches 'omit:' in .coveragerc
ignore:
- "Tests/32bit_segfault_check.py"
- "Tests/bench_cffi_access.py"
- "Tests/check_*.py"
- "Tests/createfontdatachunk.py"
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,7 @@ exclude_lines =

[run]
omit =
Tests/32bit_segfault_check.py
Tests/bench_cffi_access.py
Tests/check_*.py
Tests/createfontdatachunk.py

0 comments on commit ce382e7

Please sign in to comment.