Skip to content

Commit

Permalink
chore: remove codecov job due to repeated token issues
Browse files Browse the repository at this point in the history
  • Loading branch information
calteran committed Oct 2, 2024
1 parent c8a9463 commit f3ef603
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ jobs:
run: cargo test
- name: docs
run: cargo doc --no-deps
coverage:
runs-on: ubuntu-latest
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined
steps:
- name: checkout
uses: actions/checkout@v4
- name: generate coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
- name: upload coverage
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
# coverage:
# runs-on: ubuntu-latest
# container:
# image: xd009642/tarpaulin:develop-nightly
# options: --security-opt seccomp=unconfined
# steps:
# - name: checkout
# uses: actions/checkout@v4
# - name: generate coverage
# run: |
# cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
# - name: upload coverage
# uses: codecov/codecov-action@v2
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# fail_ci_if_error: true
enforce-clean-code:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f3ef603

Please sign in to comment.