Skip to content

Commit

Permalink
Capture all test output
Browse files Browse the repository at this point in the history
  • Loading branch information
JSkimming committed Jun 12, 2019
1 parent f54cac1 commit eef7560
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,8 @@ orbs:
name: Test Coverage
command: ./coverage.sh << parameters.framework >> << parameters.build-config >>
- store_artifacts:
path: ./test/TestResults/coverage.json
destination: coverage.json
- store_artifacts:
path: ./test/TestResults/coverage.opencover.xml
destination: coverage.opencover.xml
- store_artifacts:
path: ./test/TestResults/Report/
destination: report
path: ./test/TestResults/output/
destination: /
- store_test_results:
path: ./test/TestResults/output/

Expand Down

0 comments on commit eef7560

Please sign in to comment.