Skip to content

Commit

Permalink
update codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
reliq committed Mar 8, 2023
1 parent 73aca2b commit b41c1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run Tests
run: composer test:ci
- name: Upload Coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} #required
file: ./coverage.xml #optional
Expand Down

0 comments on commit b41c1fe

Please sign in to comment.