Skip to content

Commit

Permalink
Update node-ci-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sirishgf authored Jan 23, 2024
1 parent 8755a4e commit ecbb281
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
- name: Generate test coverage report
id: unit-tests-cov-step
run: find ./* -maxdepth 1 -name package.json -print0 | xargs --null -I {} npx nyc report --reporter json-summary --reporter cobertura

- name: Env
id: env-step
run: printenv

- name: Publish test coverage report
uses: sidx1024/[email protected]
Expand Down Expand Up @@ -81,4 +85,4 @@ jobs:
name: Test coveragec
conclusion: ${{ job.status }}
output: |
{"summary":"${{ steps.cov-report.outputs.summary }}"}
{"summary":"${{ steps.cov-report.outputs.summary }}"}

0 comments on commit ecbb281

Please sign in to comment.