Skip to content

Commit 46ddf77

Browse files
committed
Set Codecov upload file in CircleCI
Update the CircleCI pipeline to pass `coverage/.resultset.json` to the `codecov/upload` step, so coverage uploads use the expected report artifact explicitly.
1 parent c8caf9e commit 46ddf77

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ jobs:
2929
- store_test_results:
3030
path: tmp/test-results
3131
- run: bundle exec rubocop
32-
- codecov/upload
32+
- codecov/upload:
33+
file: coverage/.resultset.json
3334

3435
workflows:
3536
test:

0 commit comments

Comments
 (0)