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 28b3c4d commit c9d031d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
- name: "PHPUnit: version"
run: vendor/bin/phpunit --version
- name: "PHPUnit: tests"
run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.xml
run: vendor/bin/phpunit #--coverage-text --coverage-clover=coverage.xml
# - name: "Codecov: upload"
# uses: codecov/codecov-action@v4.0.1
# with:
Expand Down

0 comments on commit c9d031d

Please sign in to comment.