Skip to content

Commit fe89606

Browse files
committed
run codecov for PR bases too
1 parent 0455d39 commit fe89606

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
@@ -29,7 +29,7 @@ after_script:
2929
- coverage report
3030
- coverage xml
3131
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
32-
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then codecov; fi
32+
- if [[ "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then codecov; fi
3333

3434
deploy:
3535
provider: pages

0 commit comments

Comments
 (0)