Skip to content

Commit 8dfc5bc

Browse files
committed
[circleci-issue] - codecov added
Signed-off-by: Ashish Patel <ashishpatel0720@gmail.com> Signed-off-by: ashish <ashishpatel0720@gmail.com>
1 parent 1faebc0 commit 8dfc5bc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nodejs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ jobs:
2020
- run: npm install
2121
- run: npm run build --if-present
2222
- run: npm test
23+
- run: ./node_modules/.bin/nyc report --reporter=json
24+
- run: mv coverage/coverage-final.json coverage/coverage.json
25+
- run: ./node_modules/.bin/codecov
26+
2327
env:
2428
CI: true

0 commit comments

Comments
 (0)