mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-09 22:49:57 +09:00
Merge pull request #3640 from fanninpm/stable-coverage-test
Switch instrument coverage to stable
This commit is contained in:
4
.github/workflows/cron-ci.yaml
vendored
4
.github/workflows/cron-ci.yaml
vendored
@@ -15,10 +15,6 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly
|
||||
override: true
|
||||
components: llvm-tools-preview
|
||||
- run: sudo apt-get update && sudo apt-get -y install lcov
|
||||
- uses: actions-rs/cargo@v1
|
||||
with:
|
||||
|
||||
@@ -14,7 +14,7 @@ get_crate_name() {
|
||||
|
||||
case $(get_crate_name "$@") in
|
||||
rustpython_*|rustpython)
|
||||
EXTRA=(-Zinstrument-coverage)
|
||||
EXTRA=(-Cinstrument-coverage)
|
||||
;;
|
||||
|
||||
*) EXTRA=() ;;
|
||||
|
||||
Reference in New Issue
Block a user