Skip to content

Commit

Permalink
Merge pull request #28 from lucascolley/codecov
Browse files Browse the repository at this point in the history
CI: add codecov step
  • Loading branch information
lucascolley authored Nov 19, 2024
2 parents c678e6a + 9d69be0 commit 064a248
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Test package
run: pixi run -e ${{ matrix.environment }} test-ci

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

0 comments on commit 064a248

Please sign in to comment.