Skip to content

Commit db01961

Browse files
author
g
committed
CI: removed actions-rs/tarpaulin@v0.1
1 parent 0ed735b commit db01961

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -28,27 +28,3 @@ jobs:
2828
uses: actions/checkout@v4
2929
- name: Run tests
3030
run: cargo test
31-
32-
coverage:
33-
runs-on: ubuntu-latest
34-
steps:
35-
- name: Checkout code
36-
uses: actions/checkout@v4
37-
- name: Install Rust
38-
run: rustup update --no-self-update stable
39-
- name: Install OpenSSL
40-
run: sudo apt-get update && sudo apt-get install -y libssl-dev
41-
- name: Run cargo-tarpaulin
42-
uses: actions-rs/tarpaulin@v0.1
43-
with:
44-
version: '0.32.8'
45-
args: '--out Xml'
46-
- name: Upload to codecov.io
47-
uses: codecov/codecov-action@v4
48-
with:
49-
token: ${{ secrets.CODECOV_TOKEN }}
50-
- name: Archive code coverage results
51-
uses: actions/upload-artifact@v4
52-
with:
53-
name: code-coverage-report
54-
path: cobertura.xml

0 commit comments

Comments
 (0)