Skip to content

Commit 33d8a5a

Browse files
authored
Update node.js.yml
1 parent 6059d7d commit 33d8a5a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/node.js.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,6 @@ jobs:
3131
- run: npm install
3232
- run: npm run build
3333
- run: npx jest --env=jsdom --config=jest.config.js --coverage --ci --updateSnapshot --detectOpenHandles --forceExit
34+
- name: Codecov
35+
uses: codecov/codecov-action@v1.5.2
36+

0 commit comments

Comments
 (0)