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: