diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6ad9364..1a28727 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -60,11 +60,11 @@ jobs: source .venv/bin/activate poetry run pytest --cov cellseg_gsontools/ --cov-report xml - - name: Upload coverage - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - flags: unittests - files: ./coverage.xml - fail_ci_if_error: true - verbose: true + # - name: Upload coverage + # uses: codecov/codecov-action@v3 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # flags: unittests + # files: ./coverage.xml + # fail_ci_if_error: true + # verbose: true