Skip to content

Commit 1cc4ba7

Browse files
committed
fix: update codecov action to v7 and enable verbose output
1 parent 6427adf commit 1cc4ba7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ jobs:
3636

3737
- name: codecov
3838
continue-on-error: true
39-
uses: codecov/codecov-action@v5
39+
uses: codecov/codecov-action@v7
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
42+
verbose: true
4243

4344
test-rust:
4445
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)