Skip to content

Commit

Permalink
:octocat: enable codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
codemasher committed Nov 2, 2024
1 parent 579a7a9 commit f501b93
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,15 +99,8 @@ jobs:
- name: "Run tests with phpunit"
run: php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist

# - name: "Send code coverage report to Codecov.io"
# uses: codecov/codecov-action@v4
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# files: .build/coverage/clover.xml

# - name: "Send code coverage report to Codacy"
# uses: codacy/codacy-coverage-reporter-action@v1
# with:
# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
# coverage-reports: .build/coverage/clover.xml

- name: "Send code coverage report to Codecov.io"
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .build/coverage/clover.xml

0 comments on commit f501b93

Please sign in to comment.