Skip to content

Commit 8aaef42

Browse files
committed
Remove code coverage job from CI workflow and delete outdated roadmap documentation
1 parent 38ae878 commit 8aaef42

2 files changed

Lines changed: 0 additions & 221 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -73,37 +73,4 @@ jobs:
7373

7474

7575

76-
# Code coverage (Linux only)
77-
coverage:
78-
name: Code coverage
79-
runs-on: ubuntu-latest
80-
steps:
81-
- name: Checkout code
82-
uses: actions/checkout@v4
8376

84-
- name: Install Rust
85-
uses: dtolnay/rust-toolchain@v1
86-
with:
87-
toolchain: stable
88-
89-
- name: Install grcov
90-
run: cargo install grcov
91-
92-
- name: Generate coverage
93-
run: |
94-
export CARGO_INCREMENTAL=0
95-
export RUSTFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
96-
export RUSTDOCFLAGS="-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
97-
cargo test --verbose
98-
99-
- name: Generate coverage report
100-
run: |
101-
./grcov . --binary-path ./target/debug/ -s . -t html --branch --ignore-not-existing -o ./coverage/
102-
103-
- name: Upload coverage to Codecov
104-
uses: codecov/codecov-action@v3
105-
with:
106-
file: ./coverage/
107-
flags: unittests
108-
name: codecov-umbrella
109-
fail_ci_if_error: false

docs/roadmap.md

Lines changed: 0 additions & 188 deletions
This file was deleted.

0 commit comments

Comments
 (0)