Skip to content

Commit a9c165f

Browse files
authored
Tweak codecov uploads
1 parent b669efa commit a9c165f

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Install and test AVA
22
on:
33
push:
44
branches:
5-
- master
5+
- master
66
pull_request:
77
paths-ignore:
8-
- '*.md'
9-
- 'docs/**'
10-
- 'media/**'
8+
- "*.md"
9+
- "docs/**"
10+
- "media/**"
1111
jobs:
1212
nodejs:
1313
name: Node.js
@@ -32,6 +32,9 @@ jobs:
3232
- run: npm ci --no-audit
3333
- run: npm test
3434
- uses: codecov/codecov-action@v1
35+
with:
36+
file: coverage/lcov.info
37+
name: ${{ matrix.os }}/${{ matrix.node-version }}
3538

3639
typescript:
3740
name: TypeScript compatibility

0 commit comments

Comments
 (0)