Skip to content

Commit

Permalink
Merge pull request #36 from IronCoreLabs/workflow-update-2021-09-13
Browse files Browse the repository at this point in the history
Update workflows from templates
  • Loading branch information
cjyar authored Sep 13, 2021
2 parents b97f891 + cd0d3b8 commit 8b33372
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/typescript-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: yarn run test
- name: Check test coverage
if: github.base_ref != ''
uses: anuraag016/Jest-Coverage-Diff@V1.1
uses: anuraag016/Jest-Coverage-Diff@V1.3
with:
fullCoverageDiff: false
delta: 0.2
afterSwitchCommand: yarn

0 comments on commit 8b33372

Please sign in to comment.