Skip to content

Commit

Permalink
Update symfony.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khaperets authored Aug 15, 2024
1 parent af2c4e0 commit 2047c30
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/symfony.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ jobs:
- name: Run PHPUnit tests
run: vendor/bin/phpunit --coverage-clover=coverage.xml

- name: Run codecov
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.2.0
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: './coverage.xml'
fail_ci_if_error: true

0 comments on commit 2047c30

Please sign in to comment.