Skip to content

Commit

Permalink
Fix coverage merging (#1504)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiltsov-max authored May 7, 2020
1 parent acdf233 commit 1b93d6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,7 @@ script:
- docker-compose -f docker-compose.yml -f docker-compose.ci.yml run cvat_ci /bin/bash -c 'cd cvat-data && npm install && cd ../cvat-core && npm install && npm run test && mv ./reports/coverage/lcov.info ${CONTAINER_COVERAGE_DATA_DIR}'

after_success:
- coveralls-lcov -v -n lcov.info > coverage.json && coveralls --merge=coverage.json
# https://coveralls-python.readthedocs.io/en/latest/usage/multilang.html
- mv ${HOST_COVERAGE_DATA_DIR}/* .
- coveralls-lcov -v -n lcov.info > coverage.json
- coveralls --merge=coverage.json

0 comments on commit 1b93d6e

Please sign in to comment.