Skip to content

Commit c9dc7b2

Browse files
committed
Switch instrument coverage to stable
1 parent a9f2901 commit c9dc7b2

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/cron-ci.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v2
1717
- uses: actions-rs/toolchain@v1
18-
with:
19-
toolchain: nightly
20-
override: true
21-
components: llvm-tools-preview
2218
- run: sudo apt-get update && sudo apt-get -y install lcov
2319
- uses: actions-rs/cargo@v1
2420
with:

scripts/codecoverage-rustc-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ get_crate_name() {
1414

1515
case $(get_crate_name "$@") in
1616
rustpython_*|rustpython)
17-
EXTRA=(-Zinstrument-coverage)
17+
EXTRA=(-Cinstrument-coverage)
1818
;;
1919

2020
*) EXTRA=() ;;

0 commit comments

Comments
 (0)