Skip to content

Commit 064a248

Browse files
authored
Merge pull request #28 from lucascolley/codecov
CI: add codecov step
2 parents c678e6a + 9d69be0 commit 064a248

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)