Skip to content

Commit cd23c26

Browse files
committed
Fix code coverage in Travis
The src path is already specified in .coveragerc
1 parent 7cb0e4a commit cd23c26

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
@@ -22,7 +22,7 @@ install:
2222
- pip install "poetry>=1.0.0a5"
2323
- poetry install
2424
script:
25-
- tox -e $TOXENV -- --cov-report term-missing --cov=src
25+
- tox -e $TOXENV -- --cov-report term-missing --cov=graphql_relay
2626
after_success:
2727
- codecov
2828
deploy:

0 commit comments

Comments
 (0)