Skip to content

Commit

Permalink
Added __init__.py to the tests folder so the coverage can see the files
Browse files Browse the repository at this point in the history
  • Loading branch information
viogp committed Jun 11, 2019
1 parent 7cda28e commit 055a2be
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[run]
branch = True
source = preparenovonix
omit = tests

[report]
exclude_lines =
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ before_script:
- pip install .

script:
- pytest --cov=./preparenovonix
- pytest --cov=./preparenovonix tests/

# Code coverage
after_success:
Expand Down
Empty file added tests/__init__.py
Empty file.

0 comments on commit 055a2be

Please sign in to comment.