Skip to content

Commit

Permalink
Update README.md (#32)
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
dickie81 authored Nov 22, 2021
1 parent 48136c0 commit 2e0d638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm ci
- name: TestCoverage
id: testCovergae
id: testCoverage
uses: anuraag016/Jest-Coverage-Diff@master
with:
fullCoverageDiff: false // defaults to false, if made true whole coverage report is commented with the diff
Expand Down

0 comments on commit 2e0d638

Please sign in to comment.