Skip to content

Commit

Permalink
Set up Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
secondtruth committed Jan 10, 2023
1 parent 6035753 commit bc3b958
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ jobs:

- name: PHPUnit Tests
run: phpunit --coverage-text --coverage-clover=coverage.clover

- name: Upload to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.clover
verbose: true

0 comments on commit bc3b958

Please sign in to comment.