Skip to content

Commit

Permalink
omit data files from coverage tests (#7523)
Browse files Browse the repository at this point in the history
* omit `.rmap` and `.pmap` files

* also omit for coverage run
  • Loading branch information
zacharyburnett authored Apr 4, 2023
1 parent 588f29d commit fcfb211
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ omit =
*/jwst/regtest/test*
*/jwst/*/tests/*
*/docs/*
*.rmap
*.pmap

[coverage:report]
exclude_lines =
Expand All @@ -191,3 +193,6 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
if __name__ == '__main__':
omit =
*.rmap
*.pmap

0 comments on commit fcfb211

Please sign in to comment.