Skip to content

Commit 0ba72a8

Browse files
committed
feat(ci): remove tarpaulin job
1 parent 104219d commit 0ba72a8

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,22 +39,4 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v2
4141
- name: Run tests
42-
run: cargo test --verbose
43-
44-
tarpaulin:
45-
runs-on: ubuntu-latest
46-
steps:
47-
- name: Checkout repository
48-
uses: actions/checkout@v2
49-
50-
- name: Install stable toolchain
51-
uses: actions-rs/toolchain@v1
52-
with:
53-
toolchain: stable
54-
override: true
55-
56-
- name: Run cargo-tarpaulin
57-
uses: actions-rs/tarpaulin@v0.1
58-
59-
- name: Upload to codecov.io
60-
uses: codecov/codecov-action@v1
42+
run: cargo test --verbose

0 commit comments

Comments
 (0)