Skip to content

Commit

Permalink
Fix collecting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
EvgeneOskin committed Mar 2, 2020
1 parent 4a5668c commit d15c9b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[run]
branch = True
source = termius
include = *.py
omit = unit/*.py
omit = tests/unit/*

[report]
precision = 2
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ install:
- git clone https://github.com/sstephenson/bats.git && cd bats && ./install.sh .. && cd -
- sudo apt-get install pandoc
- pip install -U pip setuptools
- pip install -U . -r dev-requirements.txt
- pip install -r dev-requirements.txt
- pip install -U -e .
- pip install codecov
# command to run tests
script:
Expand Down

0 comments on commit d15c9b9

Please sign in to comment.