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 25, 2024
1 parent 9c2ced3 commit eb655c8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/node-ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
# coverage_file: "coverage/coverage-summary.json"

- name: cwd2
run: echo $(ls -alh) && echo $(ls -alh src) && echo $(ls -alh coverage)
run: |
echo $(ls -alh) && echo $(ls -alh src) && echo $(ls -alh coverage) && \
cat coverage/cobertura-coverage.xml && \
cat coverage/coverage-summary.json
- name: Code Coverage Summary Report
uses: irongut/[email protected]
Expand Down

0 comments on commit eb655c8

Please sign in to comment.