Skip to content

Commit

Permalink
[circleci] store_artifacts for test-reports
Browse files Browse the repository at this point in the history
  • Loading branch information
shunyi authored and shunyi committed Oct 18, 2018
1 parent b362367 commit 3bdded0
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,23 @@ jobs:
. venv/bin/activate
make test
- run:
name: send coverage to coveralls
command: |
. venv/bin/activate
coveralls
- store_test_results:
path: test-reports
- store_artifacts:
path: test-reports
destination: test-reports

- store_artifacts:
path: htmlcov
destination: htmlcov

- run:
name: send coverage to coveralls
command: |
. venv/bin/activate
coveralls
test-3.6:
<<: *test-template
docker:
Expand Down

0 comments on commit 3bdded0

Please sign in to comment.