Skip to content

Commit

Permalink
Update pull-requests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
palisadoes authored Jan 11, 2022
1 parent 2baa24e commit 96bb467
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: yarn install
- run: yarn test --watchAll=false --coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
- name: Report code coverage
- name: Present current coverage in PR
uses: codecov/codecov-action@v2.1.0
- name: Test acceptable level of code coverage
uses: VeryGoodOpenSource/[email protected]
with:
path: "./coverage/lcov.info"
Expand Down

0 comments on commit 96bb467

Please sign in to comment.