Skip to content
Snippets Groups Projects
Unverified Commit 4b7949ac authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

chore(ci): print uncovered files (#24271)

parent a59cc9f1
No related branches found
No related tags found
No related merge requests found
...@@ -398,6 +398,9 @@ jobs: ...@@ -398,6 +398,9 @@ jobs:
- name: Merge coverage reports - name: Merge coverage reports
run: pnpm nyc merge ./coverage/json ./coverage/nyc/coverage.json run: pnpm nyc merge ./coverage/json ./coverage/nyc/coverage.json
- name: Report coverage
run: pnpm nyc report -t ./coverage/nyc --skip-full -r text -r text-summary
- name: Check coverage threshold - name: Check coverage threshold
run: | run: |
pnpm nyc check-coverage -t ./coverage/nyc \ pnpm nyc check-coverage -t ./coverage/nyc \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment