Skip to content

Commit 935da7c

Browse files
committed
Fix warnings
1 parent f5bac2b commit 935da7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
args: --all-features
172172
env:
173173
CARGO_INCREMENTAL: 0
174-
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
175-
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
174+
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
175+
RUSTDOCFLAGS: "-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
176176
- uses: actions-rs/[email protected]
177177
id: coverage
178-
- uses: codecov/codecov-action@v1
178+
- uses: codecov/codecov-action@v4
179179
with:
180180
file: ${{ steps.coverage.outputs.report }}

0 commit comments

Comments
 (0)