Skip to content

Commit

Permalink
Fix: Use rolling tag (#946)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Feb 13, 2024
1 parent 8dcd9e9 commit 3a09a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
run: "vendor/bin/phpunit --colors=always --configuration=tests/phpunit.xml --coverage-clover=.build/phpunit/logs/clover.xml --testsuite=unit"

- name: "Send code coverage report to codecov.io"
uses: "codecov/codecov-action@v4.0.1"
uses: "codecov/codecov-action@v4"
with:
files: ".build/phpunit/logs/clover.xml"

Expand Down

0 comments on commit 3a09a53

Please sign in to comment.