Skip to content

Commit fbbbb98

Browse files
committed
adding nyc report for codecov
1 parent 66f45ee commit fbbbb98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ jobs:
2929
uses: actions/setup-node@v1
3030
with:
3131
node-version: ${{ matrix.node-version }}
32-
32+
3333
- name: Install yarn
3434
run: npm i -g yarn
3535
- name: Install dependencies
3636
run: yarn install
3737
- name: Run the tests
38-
run: yarn test
38+
run: yarn test && yarn report
3939
- name: Upload coverage to Codecov
4040
uses: codecov/codecov-action@v1
4141
with:

0 commit comments

Comments
 (0)