Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,14 @@ jobs:
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npx ci
- name: Tests on ${{ matrix.node-version }}
uses: artiomtr/jest-coverage-report-action@v2.0-rc.5
uses: artiomtr/jest-coverage-report-action@v2.0-rc.6
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
package-manager: yarn
test-script: yarn run test:coverage:jest
test-script: yarn run test:coverage:jest
annotations: none
env:
CI: true
CI: true