1
0
mirror of https://github.com/enpaul/kodak.git synced 2024-09-21 08:13:54 +00:00
kodak/.coveragerc
2020-09-16 03:41:53 -04:00

13 lines
235 B
INI

[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