Skip to content

Commit d81bd94

Browse files
committed
Update CI configuration: add beta Rust version to the matrix and remove coverage job
1 parent 4ac3479 commit d81bd94

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
matrix:
1818
rust:
1919
- stable
20+
- beta
2021
steps:
2122
- uses: actions/checkout@v4
2223

@@ -59,26 +60,6 @@ jobs:
5960
- name: Build examples
6061
run: cargo build --examples --verbose
6162

62-
coverage:
63-
name: Coverage
64-
runs-on: ubuntu-latest
65-
steps:
66-
- uses: actions/checkout@v4
67-
68-
- name: Install Rust
69-
uses: dtolnay/rust-toolchain@stable
70-
71-
- name: Install cargo-tarpaulin
72-
uses: taiki-e/install-action@cargo-tarpaulin
73-
74-
- name: Generate code coverage
75-
run: cargo tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
76-
77-
- name: Upload to codecov.io
78-
uses: codecov/codecov-action@v3
79-
with:
80-
file: cobertura.xml
81-
fail_ci_if_error: true
8263

8364
security:
8465
name: Security audit

0 commit comments

Comments
 (0)