Skip to content

Commit

Permalink
remove cinline-threshold=0
Browse files Browse the repository at this point in the history
In order to generate coverage for inlined functions.
  • Loading branch information
pacman82 committed Feb 14, 2021
1 parent 32d6cdf commit a26e3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Run grcov
env:
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
RUSTDOCFLAGS: "-Cpanic=abort"
CARGO_INCREMENTAL: 0
run: |
Expand Down

0 comments on commit a26e3b2

Please sign in to comment.