Skip to content

Commit 580ecf3

Browse files
committed
update codecov action
1 parent 6348ac5 commit 580ecf3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/checks.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,15 @@ jobs:
9797
env:
9898
RUST_BACKTRACE: 1
9999
- name: Upload coverage to Codecov
100-
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
101-
if: matrix.os != 'windows-2022'
100+
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
101+
if: matrix.os != 'windows-2022' && matrix.rust == 'stable'
102102
with:
103-
files: lcov.info
103+
files: ./lcov.info
104104
fail_ci_if_error: false
105+
flags: test-${{matrix.target}}
105106
token: ${{ secrets.CODECOV_TOKEN }}
106-
slug: codecov/codecov-demo
107+
name: test
108+
verbose: true
107109

108110
build-qemu:
109111
name: QEMU build & test

0 commit comments

Comments
 (0)