Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Sep 17, 2024
1 parent 92a3ecb commit 79449dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- name: upload coverage reports
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: .coverage/*
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: .coverage/lcov.info
verbose: true


0 comments on commit 79449dd

Please sign in to comment.