Skip to content

Commit 9d69be0

Browse files
committed
CI: add codecov step
1 parent c678e6a commit 9d69be0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
- name: Test package
6464
run: pixi run -e ${{ matrix.environment }} test-ci
6565

66-
# - name: Upload coverage report
67-
# uses: codecov/[email protected]
68-
# with:
69-
# token: ${{ secrets.CODECOV_TOKEN }}
66+
- name: Upload coverage report
67+
uses: codecov/[email protected]
68+
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)