Skip to content

Commit

Permalink
[circleci] report coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Sep 18, 2018
1 parent 133f7ae commit b5d62b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- attach_workspace:
at: workspace
- run: conda build devtools/conda-recipe --python=3.6 --test --output-folder workspace
- run: bash <(curl -s https://codecov.io/bash) -f $HOME/coverage.xml
- store_test_results:
path: /tmp/circleci-test-results
# Save artifacts
Expand Down

0 comments on commit b5d62b7

Please sign in to comment.