kodak/.coveragerc

13 lines
235 B
Plaintext
Raw Permalink Normal View History

2020-09-16 07:41:53 +00:00
[run]
branch = True
omit =
*/__about__.py
[report]
exclude_lines =
# Testing the main() function isn't a unit test, it's an integration test.
main()
# Don't know why these aren't skipped by default
\.\.\.
pass