There was an error while loading. Please reload this page.
1 parent dcac2ca commit 3179620Copy full SHA for 3179620
1 file changed
.github/workflows/unittest.yml
@@ -34,10 +34,11 @@ jobs:
34
35
- name: Install and Test
36
run:
37
- pixi run test --cov=gaiaflow --cov-report=xml
+ pixi run test --cov=gaiaflow --cov-branch --cov-report=xml
38
39
- name: Upload coverage reports to Codecov
40
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
41
with:
42
verbose: true
43
- token: ${{ secrets.CODECOV_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
44
+ slug: bcdev/gaiaflow
0 commit comments