We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23ee05 commit 1a154f0Copy full SHA for 1a154f0
.github/workflows/ci.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
test-node:
12
- name: Test on Node.js v${{ matrix.node-version }} and jest v${{ matrix.jest-version }}
+ name: Test on Node.js v${{ matrix.node-version }}
13
strategy:
14
fail-fast: false
15
matrix:
@@ -24,6 +24,7 @@ jobs:
24
cache: yarn
25
- run: yarn install
26
- run: yarn test:coverage
27
+ - uses: codecov/codecov-action@v2
28
29
test-os:
30
name: Test on ${{ matrix.os }} using Node.js LTS
@@ -41,6 +42,7 @@ jobs:
41
42
43
44
45
46
47
lint:
48
name: Run ESLint
0 commit comments