Skip to content

Commit e7943bb

Browse files
committed
add cov source
1 parent 462ff1d commit e7943bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ install:
55
- pip install -e .
66
- pip install pytest-cov codecov # Install packages for code coverage report
77
script:
8-
- pytest --cov=src tests
8+
- pytest --cov=Implementations tests
99
after_success:
1010
- codecov # uploads report to codecov.io

0 commit comments

Comments
 (0)