Skip to content

Commit

Permalink
Remove test:coverage script, Update CI Action with correct test script
Browse files Browse the repository at this point in the history
  • Loading branch information
Saeris committed Oct 27, 2021
1 parent f800d23 commit 5154f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: yarn ci
- name: Run tests and coverage
run: yarn test:coverage
- name: Run tests
run: yarn test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
"release": "pika publish",
"start": "vercel dev",
"test": "yarn test:lint && yarn test:typecheck && yarn test:unit",
"test:coverage": "yarn test:unit && codecov",
"test:lint": "eslint \"./src/**/*.{j,t}s?(x)\"",
"test:typecheck": "tsc --noEmit",
"test:unit": "jest",
Expand Down

0 comments on commit 5154f5c

Please sign in to comment.