Skip to content

Commit

Permalink
Store SimpleCov report as a CI artifact
Browse files Browse the repository at this point in the history
- now we can see the report directly in CircleCI
  • Loading branch information
aharpervc committed Mar 1, 2021
1 parent e1e219c commit f65cd8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ jobs:
path: /tmp/test-results

- store_artifacts:
path: /tmp/<< parameters.ruby_version >>/test-results
destination: test-results
path: ./coverage
destination: coverage

workflows:
test_supported_ruby_versions:
Expand Down

0 comments on commit f65cd8d

Please sign in to comment.