Skip to content

Commit bc11485

Browse files
committed
ci: enable coverage reports in PR builds
1 parent 946fcb9 commit bc11485

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/verify-build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ jobs:
6666
- name: test
6767
run: pnpm test
6868

69-
# ToDo: investigate coverage reporting
70-
# - name: Upload coverage reports to Codecov
71-
# uses: codecov/codecov-action@v5
72-
# env:
73-
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
69+
- name: Upload coverage reports to Codecov
70+
uses: codecov/codecov-action@v5
71+
env:
72+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7473

7574
prettier:
7675
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)