Skip to content

Commit aba2956

Browse files
committed
ci: added the test reporter action
1 parent ef4ceae commit aba2956

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,9 @@ jobs:
6363

6464
- name: Run Jest
6565
run: npm run test
66+
67+
- name: Generate coverage report
68+
uses: mridang/action-test-reporter@v1.2.5
69+
with:
70+
github-token: ${{ secrets.GITHUB_TOKEN }}
71+
coverage-file: '.out/lcov.info'

0 commit comments

Comments
 (0)