Skip to content

Commit 3179620

Browse files
committed
update CI
1 parent dcac2ca commit 3179620

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/unittest.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434

3535
- name: Install and Test
3636
run:
37-
pixi run test --cov=gaiaflow --cov-report=xml
37+
pixi run test --cov=gaiaflow --cov-branch --cov-report=xml
3838

3939
- name: Upload coverage reports to Codecov
40-
uses: codecov/codecov-action@v4
40+
uses: codecov/codecov-action@v5
4141
with:
4242
verbose: true
43-
token: ${{ secrets.CODECOV_TOKEN }}
43+
token: ${{ secrets.CODECOV_TOKEN }}
44+
slug: bcdev/gaiaflow

0 commit comments

Comments
 (0)