Skip to content

Commit

Permalink
Add Codecov Token
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Oct 3, 2024
1 parent 2da7b14 commit 7f4c3b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: PHPUnit - PHP ${{ matrix.php_versions }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
Expand All @@ -39,7 +39,8 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
fail_ci_if_error: true

0 comments on commit 7f4c3b9

Please sign in to comment.