Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit d2ccf97

Browse files
committedFeb 18, 2017
Code coverage
1 parent 56f3cf9 commit d2ccf97

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
env/
22
.cache/
3+
.coverage
34

45
# private info
56
AccountDetails.py

‎.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ install:
66
- pip3 install -r ./requirements-dev.txt
77
script:
88
- "python -m flake8 ./export_saved.py"
9-
- "python -m pytest -v ./tests"
9+
- "python -m pytest -v ./tests/ --cov=export_saved"
1010
after_success:
1111
- bash <(curl -s https://codecov.io/bash)

‎requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
-r requirements.txt
22
pytest==3.0.6
3+
pytest-cov==2.4.0
34
flake8==3.3.0

0 commit comments

Comments
 (0)
Please sign in to comment.