Skip to content

Commit 1a154f0

Browse files
committed
Enable codecov in CI
1 parent b23ee05 commit 1a154f0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
test-node:
12-
name: Test on Node.js v${{ matrix.node-version }} and jest v${{ matrix.jest-version }}
12+
name: Test on Node.js v${{ matrix.node-version }}
1313
strategy:
1414
fail-fast: false
1515
matrix:
@@ -24,6 +24,7 @@ jobs:
2424
cache: yarn
2525
- run: yarn install
2626
- run: yarn test:coverage
27+
- uses: codecov/codecov-action@v2
2728

2829
test-os:
2930
name: Test on ${{ matrix.os }} using Node.js LTS
@@ -41,6 +42,7 @@ jobs:
4142
cache: yarn
4243
- run: yarn install
4344
- run: yarn test:coverage
45+
- uses: codecov/codecov-action@v2
4446

4547
lint:
4648
name: Run ESLint

0 commit comments

Comments
 (0)