Skip to content

Commit

Permalink
Merge pull request #65 from rtucek/code-coverage
Browse files Browse the repository at this point in the history
Evaluate code coverage report
  • Loading branch information
rtucek authored Nov 28, 2021
2 parents 93f5c22 + 99bd8af commit 5ec5079
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ jobs:
run: yarn install --frozen-lockfile

- name: Unit Test
run: yarn run test:unit
uses: mattallty/jest-github-action@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
test-command: "yarn run test:unit"

0 comments on commit 5ec5079

Please sign in to comment.