From dd8ba4045dc225fe9e31a22fb563acde4422785a Mon Sep 17 00:00:00 2001 From: "Tagawa, Masaki" Date: Tue, 18 Oct 2022 15:35:22 +0900 Subject: [PATCH] Goodbye to Codecov --- .github/.codecov.yml | 13 ------------- .github/workflows/ci.yml | 8 -------- 2 files changed, 21 deletions(-) delete mode 100644 .github/.codecov.yml diff --git a/.github/.codecov.yml b/.github/.codecov.yml deleted file mode 100644 index b80be1f..0000000 --- a/.github/.codecov.yml +++ /dev/null @@ -1,13 +0,0 @@ -codecov: - notify: - require_ci_to_pass: yes - -coverage: - status: - patch: - default: - enabled: no - if_not_found: success - project: - default: - informational: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 337d108..c50af5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,14 +49,6 @@ jobs: - name: Test with tox run: tox - - name: 🚀 Publish code coverage to Codecov - uses: codecov/codecov-action@v3 - if: ${{ success() }} - with: - fail_ci_if_error: true - token: ${{ secrets.CODECOV_TOKEN }} - files: coverage.xml - - name: 📥 Upload coverage.xml to Artifact uses: actions/upload-artifact@v2 with: