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