Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1a154f0

Browse files
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‎

Lines changed: 3 additions & 1 deletion
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)

AltStyle によって変換されたページ (->オリジナル) /