Skip to content

Commit

Permalink
update codecov action version
Browse files Browse the repository at this point in the history
Signed-off-by: Vinzenz Rosenkranz <[email protected]>
  • Loading branch information
v1r0x committed Nov 7, 2023
1 parent 5c35645 commit 64cd5ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: mkdir -p build/logs
- name: Execute tests (Unit and Feature tests) via PHPUnit
run: vendor/bin/phpunit --coverage-clover build/logs/clover.xml
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v3
name: Codecov Coverage
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 64cd5ae

Please sign in to comment.