Skip to content

Commit

Permalink
Merge pull request #2462 from astrofrog/fix-coverage-2
Browse files Browse the repository at this point in the history
Ignore all test files in coverage calculation
  • Loading branch information
astrofrog authored Nov 14, 2023
2 parents 4701241 + a5f8f7a commit 283ee02
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,15 @@ filterwarnings =
[coverage:run]
omit =
glue/*tests/*
glue/core/odict.py,
glue/core/glue_pickle.py
glue/tests/*
glue/*/tests/*
glue/*/*/tests/*
glue/*/*/*/tests/*
glue/external/*
*/glue/*tests/*
*/glue/core/odict.py,
*/glue/core/glue_pickle.py
*/glue/tests/*
*/glue/*/tests/*
*/glue/*/*/tests/*
*/glue/*/*/*/tests/*
*/glue/external/*
[coverage:paths]
Expand Down

0 comments on commit 283ee02

Please sign in to comment.