diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5113d0e..7f66a36 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -23,12 +23,6 @@ jobs: - name: Run tests run: pytest tests/ -v - - name: Upload coverage report - uses: codecov/codecov-action@v3 - with: - files: ./coverage.xml - fail_ci_if_error: false - lint: runs-on: ubuntu-latest steps: