Skip to content

Commit

Permalink
Update Code Climate coverage report path in the test workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Mar 2, 2024
1 parent b385c90 commit 3370b8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:

- name: Run Tests
run: |
vendor/bin/pest --coverage-clover clover.xml
vendor/bin/pest --coverage-clover build/logs/clover.xml
- name: Upload coverage reports to Code Climate
run: |
cc-test-reporter after-build -t clover --exit-code $?
cc-test-reporter after-build -t clover --exit-code $? -r .

0 comments on commit 3370b8b

Please sign in to comment.