Skip to content

Commit

Permalink
Use codecov github action
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 30, 2024
1 parent 9e1c217 commit c67224f
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 @@ -336,6 +336,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@v3"
with:
token: "${{ secrets.CODECOV_TOKEN }}"

0 comments on commit c67224f

Please sign in to comment.