Commit bb40eaa6e33382b5aff90309e89026946487acbf

Authored by hitier
1 parent d7ccd555

Exclude files from coverage

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
resources/pytest-coveragerc
... ... @@ -4,6 +4,7 @@ omit =
4 4 # omit test folder
5 5 tests/*
6 6 # omit mains functions
7   - # app/run_dev.py
  7 + app/__init__.py
  8 + app/cli.py
8 9 # app/run_prod.py
9 10 # app/eic/main.py
... ...