1
0
mirror of https://github.com/enpaul/kodak.git synced 2025-04-30 13:35:10 +00:00
kodak/.coveragerc

13 lines
235 B
Plaintext
Raw Permalink Normal View History

2020-09-16 03:41:53 -04: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