From 514db7dc1ed6adce6a6e564917f8dc74e2d41618 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Thu, 20 May 2021 04:01:32 +0000 Subject: revert(codecov): no more codecov once again --- .github/workflows/coverage.yml | 48 ------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 .github/workflows/coverage.yml (limited to '.github/workflows') diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml deleted file mode 100644 index 5dd3c73..0000000 --- a/.github/workflows/coverage.yml +++ /dev/null @@ -1,48 +0,0 @@ -name: Coverage 🛌 - -on: - push: - paths: - - "whirl/**" - - "whirl_config/**" - - "whirl_prompt/**" - - "whirl_server/**" - pull_request: - paths: - - "whirl/**" - - "whirl_config/**" - - "whirl_prompt/**" - - "whirl_server/**" - -jobs: - coverage: - runs-on: ubuntu-20.04 - - steps: - - name: Checkout 🛒 - uses: actions/checkout@v2 - - - name: Toolchain 🧰 - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: nightly-2021-02-20 - components: rustfmt, clippy - override: true - - - name: Tarpaulin ⛺ - uses: actions-rs/tarpaulin@v0.1 - with: - version: '0.15.0' - args: '-- --test-threads 1' - - - name: Upload to Codecov ✈ - uses: codecov/codecov-action@v1.0.2 - with: - token: ${{ secrets.CODECOV_TOKEN }} - - - name: Archive Coverage Results 🗃 - uses: actions/upload-artifact@v1 - with: - name: code-coverage-report - path: cobertura.xml -- cgit v1.2.3