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 0a23156 commit b2ddb5fCopy full SHA for b2ddb5f
.github/workflows/nodejs.yml
@@ -15,6 +15,7 @@ jobs:
15
- uses: actions/checkout@v1
16
- name: Use Node.js ${{ matrix.node-version }}
17
uses: actions/setup-node@v1
18
+ uses: codecov/codecov-action@v1
19
with:
20
node-version: ${{ matrix.node-version }}
21
- name: build and test
0 commit comments