From eaef203646dc5202eab7b8d4d3a4ee4747883ffd Mon Sep 17 00:00:00 2001 From: Spiros Maggioros Date: Mon, 29 Jul 2024 15:13:12 +0300 Subject: [PATCH] Codecov update 2 --- .github/workflows/macos_test_cases.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/macos_test_cases.yml b/.github/workflows/macos_test_cases.yml index e9ff9f8..bbeab6a 100644 --- a/.github/workflows/macos_test_cases.yml +++ b/.github/workflows/macos_test_cases.yml @@ -29,14 +29,5 @@ jobs: - name: Run unit tests run: | cd tests/unit && python -m unittest discover -s . -p "*.py" - - name: Generate Report - run: | - pip install pytest-cov - cd tests/unit && pytest --cov - - name: Upload Coverage to Codecov - uses: codecov/codecov-action@v2 - with: - token: ${{ secrets.CODECOV_TOKEN }} - slug: CBICA/spare_score