Skip to content

Commit

Permalink
Updated Coverage Upload To Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
georgelawtonn committed Sep 3, 2024
1 parent 3f21d39 commit ff5a72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
docker compose exec -T web bundle exec rake
docker compose exec -T web cc-test-reporter after-build --coverage-input-type simplecov --exit-code $?
- name: Retrieve coverage results
run: docker compose cp web:/app/coverage ./coverage
run: docker compose cp web:/web/coverage ./coverage
- name: Upload coverage files
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit ff5a72d

Please # to comment.