Skip to content

Commit

Permalink
Update travis code coverage for parasol->parasolr, xml coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
rlskoeser committed Mar 7, 2019
1 parent 8e92d46 commit 39bc3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install:
- cp ci/testsettings.py testsettings.py
- python -c "import uuid; print('\nSECRET_KEY = \'%s\'' % uuid.uuid4())" >> testsettings.py
script:
- pytest --cov=parasol
- pytest --cov=parasolr --cov-report xml:coverage.xml
after_success:
- codecov
- if [[ "$TRAVIS_PULL_REQUEST" == "false" && "$TRAVIS_PYTHON_VERSION" == "3.6" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi
Expand Down

0 comments on commit 39bc3d5

Please sign in to comment.