Skip to content

Commit

Permalink
build: fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
klieber committed Jan 29, 2025
1 parent a50f313 commit 3eedfd4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:
env:
CI: true
- name: Upload coverage
run: npx codecov --disable=gcov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
release:
if: github.ref == 'refs/heads/master'
needs: build
Expand Down

0 comments on commit 3eedfd4

Please sign in to comment.