Skip to content

Commit

Permalink
Added coverage artifacts to circleci stored artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine authored and robsecord committed Sep 9, 2020
1 parent 1b346f2 commit 1c36365
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ jobs:
name: Install and Test
command: yarn && yarn hint && yarn coverage
- coveralls/upload
- store_artifacts:
path: coverage
- store_artifacts:
path: test-results.xml
- store_artifacts:
path: coverage.json
workflows:
build-and-test:
jobs:
Expand Down

0 comments on commit 1c36365

Please sign in to comment.