From 7564fea4b0bbaba65e9e16cd8b5e8b7884f809a9 Mon Sep 17 00:00:00 2001 From: aeon0 Date: Sun, 13 Mar 2022 04:21:14 +0100 Subject: [PATCH] Remove: Codecov (#632) * Remove: Codecov * test commit * revert test commit Co-authored-by: uidn4233 --- .github/workflows/ci.yml | 5 ----- codecov.yml | 1 - 2 files changed, 6 deletions(-) delete mode 100644 codecov.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dba9c9..dbc6eda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,8 +50,3 @@ jobs: run: | C:\Miniconda\condabin\conda.bat activate botty coverage xml - - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v2 - with: - verbose: true - files: ./coverage.xml diff --git a/codecov.yml b/codecov.yml deleted file mode 100644 index 69cb760..0000000 --- a/codecov.yml +++ /dev/null @@ -1 +0,0 @@ -comment: false