diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a650969..5094692 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,9 +42,3 @@ jobs: - name: Run Pytest run: make tests - - - name: Upload coverage to CodeCov - uses: codecov/codecov-action@v3 - with: - fail_ci_if_error: true - verbose: true