Skip to content

Commit

Permalink
Configure Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
smnandre committed May 16, 2024
1 parent 5bc83be commit 28b3c4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
run: vendor/bin/phpunit --version
- name: "PHPUnit: tests"
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
- name: "Codecov: upload"
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
# - name: "Codecov: upload"
# uses: codecov/codecov-action@v4.0.1
# with:
# token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 28b3c4d

Please sign in to comment.