From 016a10e32e78a1ca7c6727f1043d507d6c8320de Mon Sep 17 00:00:00 2001 From: Alexander Fischer Date: Thu, 26 Sep 2024 22:03:47 +0200 Subject: [PATCH] run codecov only for regulr wfl --- .github/workflows/ci-tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index d35884a4..d205ac37 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -91,12 +91,12 @@ jobs: run: | poetry run pytest tests -m slow --cov=./ --cov-report=xml - - name: Upload to Codecov - uses: codecov/codecov-action@v4 - with: - token: ${{ secrets.CODECOV_TOKEN }} - partial: true - flags: tests-vs-fixest + #- name: Upload to Codecov + # uses: codecov/codecov-action@v4 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} + # partial: true + # flags: tests-vs-fixest test_notebooks: