Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
allanmcarvalho committed Jan 14, 2025
2 parents 74562ee + bfae2cf commit 97184ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Execute coverage
run: php -dxdebug.mode=coverage ./vendor/bin/pest --coverage-clove ./.build/cache/coverage.xml
- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v5.1.1"
uses: "codecov/codecov-action@v5.1.2"
with:
files: ./.build/cache/coverage.xml
env:
Expand Down

0 comments on commit 97184ba

Please sign in to comment.