Skip to content

Commit

Permalink
Fixed 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 ff5a72d commit 4cd28b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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:/web/coverage ./coverage
run: docker compose cp web:/home/cerberus/web/coverage ./coverage
- name: Upload coverage files
uses: actions/upload-artifact@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.26
2.6.27

0 comments on commit 4cd28b3

Please sign in to comment.