There was an error while loading. Please reload this page.
1 parent 6348ac5 commit 580ecf3Copy full SHA for 580ecf3
.github/workflows/checks.yaml
@@ -97,13 +97,15 @@ jobs:
97
env:
98
RUST_BACKTRACE: 1
99
- name: Upload coverage to Codecov
100
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
101
- if: matrix.os != 'windows-2022'
+ uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
+ if: matrix.os != 'windows-2022' && matrix.rust == 'stable'
102
with:
103
- files: lcov.info
+ files: ./lcov.info
104
fail_ci_if_error: false
105
+ flags: test-${{matrix.target}}
106
token: ${{ secrets.CODECOV_TOKEN }}
- slug: codecov/codecov-demo
107
+ name: test
108
+ verbose: true
109
110
build-qemu:
111
name: QEMU build & test
0 commit comments