Skip to content

Commit 5ec5079

Browse files
authored
Merge pull request #65 from rtucek/code-coverage
Evaluate code coverage report
2 parents 93f5c22 + 99bd8af commit 5ec5079

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci-testing.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,8 @@ jobs:
3838
run: yarn install --frozen-lockfile
3939

4040
- name: Unit Test
41-
run: yarn run test:unit
41+
uses: mattallty/jest-github-action@v1
42+
env:
43+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44+
with:
45+
test-command: "yarn run test:unit"

0 commit comments

Comments
 (0)