Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rela589n committed Nov 18, 2023
1 parent c9dab16 commit 29aba27
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -99,3 +99,10 @@ jobs:

- name: 'Run PHPUnit with Coverage'
run: vendor/bin/phpunit --configuration=phpunit.xml.dist --coverage-clover=coverage.xml

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

0 comments on commit 29aba27

Please sign in to comment.