From 0cea31e332e22be06a5e73233ca3e962a13c9caf Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Mon, 2 Oct 2023 14:00:25 +0200 Subject: [PATCH] disabled coverage CI test --- .github/workflows/coverage.yaml | 43 --------------------------------- codecov.yml | 17 ------------- 2 files changed, 60 deletions(-) delete mode 100644 .github/workflows/coverage.yaml delete mode 100644 codecov.yml diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml deleted file mode 100644 index 76265567d..000000000 --- a/.github/workflows/coverage.yaml +++ /dev/null @@ -1,43 +0,0 @@ -name: coverage - -on: - pull_request: - branches: [ "*" ] - -jobs: - check: - name: Rust project - runs-on: ubuntu-latest - - defaults: - run: - working-directory: ./node - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - - - name: Install stable toolchain - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - - name: Run cargo-tarpaulin - uses: actions-rs/tarpaulin@v0.1 - with: - version: '0.15.0' - args: '--manifest-path node/Cargo.toml -- --test-threads 1' - env: - RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace' - - - name: Upload to codecov.io - uses: codecov/codecov-action@v1.0.2 - with: - token: ${{secrets.CODECOV_TOKEN}} - - - name: Archive code coverage results - uses: actions/upload-artifact@v1 - with: - name: code-coverage-report - path: cobertura.xml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 7fe44e380..000000000 --- a/codecov.yml +++ /dev/null @@ -1,17 +0,0 @@ -coverage: - range: "10...90" - status: - # We might gate PRs based on coverage diffs, - # but we don't want that for now - project: - default: - informational: true - patch: - default: - informational: true - -comment: - require_changes: true - -github_checks: - annotations: false \ No newline at end of file