From ccf3be5eff4679ecee59c5c5c6eefe9f762abbba Mon Sep 17 00:00:00 2001 From: Oskari Date: Mon, 5 Feb 2024 12:51:46 +0200 Subject: [PATCH] chore: drop codecov action --- .github/workflows/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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