From f3ef603da404aa3378988bfde3e3c6a55635a15d Mon Sep 17 00:00:00 2001 From: Robert Chambers Date: Wed, 2 Oct 2024 07:34:01 +0200 Subject: [PATCH] chore: remove codecov job due to repeated token issues --- .github/workflows/ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcdd51c..8c6587b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: