Skip to content

Commit

Permalink
Codecov (#633)
Browse files Browse the repository at this point in the history
* update codecov yaml

* codecov partial uploads

* set test flags

* do not upload extended tests to codecov
  • Loading branch information
s3alfisc authored Sep 23, 2024
1 parent 7b364d4 commit 1c27fcd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,3 @@ jobs:
- name: Run tests for push to master
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
run: poetry run pytest tests -m "extended" --cov=pyfixest --cov-report=xml

# upload to codecov
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: extended-tests
partial: true

0 comments on commit 1c27fcd

Please sign in to comment.