Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b891396

Browse files
committedOct 25, 2021
Update codecov@v2
1 parent 59f795f commit b891396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/code_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions-rs/grcov@v0.1.5
3232

3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v1
34+
uses: codecov/codecov-action@v2
3535
with:
3636
file: ${{ steps.coverage.outputs.report }}
3737
directory: ./coverage/reports/

0 commit comments

Comments
 (0)
Please sign in to comment.