Skip to content

Commit

Permalink
remove codecov step as it adds lots of troubles for little value
Browse files Browse the repository at this point in the history
  • Loading branch information
glendc committed Jul 24, 2023
1 parent c097e8a commit fd7600c
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
args: --all-features

test-minimal-versions:
needs: check
needs: check-minimal-versions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -142,23 +142,6 @@ jobs:
- name: cargo hack check
run: cargo hack check --each-feature --no-dev-deps --workspace

test-codecov:
name: coverage
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --examples --all-targets --workspace --timeout 120 --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true

dependencies-are-sorted:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fd7600c

Please sign in to comment.