Skip to content

Commit

Permalink
ci(tests): Add Clover.xml file for Codecov upload
Browse files Browse the repository at this point in the history
- Add `clover.xml` file for Codecov upload
  • Loading branch information
guanguans committed Mar 14, 2024
1 parent 16c8e4f commit 6d8a1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
run: composer test-coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.1.0
with:
files: "./clover.xml"
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit 6d8a1f2

Please sign in to comment.