Skip to content

Commit

Permalink
Use newest codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Apr 25, 2024
1 parent e95a413 commit 1074abe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,6 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=.build/logs/clover.xml"

- name: "Send code coverage report to Codecov.io"
env:
CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}"
run: "bash <(curl -s https://codecov.io/bash)"
uses: "codecov/codecov-action@v4"
with:
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit 1074abe

Please sign in to comment.