Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored May 7, 2024
1 parent cd6f200 commit 529ba90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
matrix:
php-version:
- '8.2'
- '8.3'
symfony-version:
- '7.0'
steps:
Expand Down Expand Up @@ -153,14 +154,15 @@ jobs:
run: ./vendor/bin/phpunit -v -c phpunit.xml.dist --coverage-clover=coverage.xml

- name: 'Download Coverage Files'
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: reports

- name: 'Upload to Codecov'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.xml
fail_ci_if_error: true
flags: unittests
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 529ba90

Please sign in to comment.