We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f2901 commit c9dc7b2Copy full SHA for c9dc7b2
.github/workflows/cron-ci.yaml
@@ -15,10 +15,6 @@ jobs:
15
steps:
16
- uses: actions/checkout@v2
17
- uses: actions-rs/toolchain@v1
18
- with:
19
- toolchain: nightly
20
- override: true
21
- components: llvm-tools-preview
22
- run: sudo apt-get update && sudo apt-get -y install lcov
23
- uses: actions-rs/cargo@v1
24
with:
scripts/codecoverage-rustc-wrapper.sh
@@ -14,7 +14,7 @@ get_crate_name() {
14
case $(get_crate_name "$@") in
rustpython_*|rustpython)
- EXTRA=(-Zinstrument-coverage)
+ EXTRA=(-Cinstrument-coverage)
;;
*) EXTRA=() ;;
0 commit comments