Skip to content

Commit

Permalink
try fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Dec 19, 2023
1 parent 85adb7c commit 049b09a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./coverage.xml

0 comments on commit 049b09a

Please sign in to comment.