Skip to content

Commit

Permalink
Set flags for tests in different CI steps (#632)
Browse files Browse the repository at this point in the history
* update codecov yaml

* codecov partial uploads

* set test flags
  • Loading branch information
s3alfisc authored Sep 23, 2024
1 parent 1a53eef commit fd29f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
partial: true
flags: core-tests

test_slow:
name: "Tests vs fixest"
Expand Down Expand Up @@ -95,6 +96,8 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
partial: true
flags: tests-vs-fixest


test_notebooks:
name: "Test Notebooks"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/extended-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: extended-tests
partial: true

0 comments on commit fd29f70

Please sign in to comment.