Skip to content

Commit 9a1dc7f

Browse files
committed
#55 adding required code to integrate CodeCov
1 parent 28d55d4 commit 9a1dc7f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CI-time-tracker-ui.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,8 @@ jobs:
6161
6262
- name: Run the test
6363
run: npm run ci-test --if-present
64+
65+
- name: Generate coverage report
66+
env:
67+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
68+
run: bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)