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 66f45ee commit fbbbb98Copy full SHA for fbbbb98
.github/workflows/node.js.yml
@@ -29,13 +29,13 @@ jobs:
29
uses: actions/setup-node@v1
30
with:
31
node-version: ${{ matrix.node-version }}
32
-
+
33
- name: Install yarn
34
run: npm i -g yarn
35
- name: Install dependencies
36
run: yarn install
37
- name: Run the tests
38
- run: yarn test
+ run: yarn test && yarn report
39
- name: Upload coverage to Codecov
40
uses: codecov/codecov-action@v1
41
0 commit comments