Skip to content

Commit

Permalink
Merge pull request #880 from snobbee/ci/re-enable-codecov-reporting
Browse files Browse the repository at this point in the history
fix: re-enable coverage report upload to Codecov in CI workflow
  • Loading branch information
jkbrooks authored Dec 7, 2024
2 parents 24dccdd + 3d9b784 commit fad561b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Build packages
run: pnpm run build

# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v5
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit fad561b

Please # to comment.