From 793f8ff300654ff0b6d3ac71be1aa204f7c9e7a2 Mon Sep 17 00:00:00 2001 From: Gregor Sturm Date: Sat, 21 Sep 2024 21:45:41 +0200 Subject: [PATCH] disable codecov for now; can revisit later --- .github/workflows/unit_tests.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index a92c796..4ddb055 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -43,9 +43,9 @@ jobs: - name: "Run unit tests" run: pytest -vv tests -n ${{ env.worker_cores }} --cov=dso --cov-report=xml - - name: "Upload coverage to Codecov" - uses: codecov/codecov-action@v4 - with: - files: ./coverage.xml - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + # - name: "Upload coverage to Codecov" + # uses: codecov/codecov-action@v4 + # with: + # files: ./coverage.xml + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}