Skip to content

Commit

Permalink
run codecov only for regulr wfl
Browse files Browse the repository at this point in the history
  • Loading branch information
s3alfisc committed Sep 26, 2024
1 parent 1c27fcd commit 016a10e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 016a10e

Please sign in to comment.