Skip to content

Commit 73c6cbd

Browse files
committed
updated readme with hide coverage reports links
1 parent c0f7e08 commit 73c6cbd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
gist-processing: true
3030
gist-token: ${{ secrets.COVERAGE_BADGE_GIST_TOKEN }}
3131
gist-id: 14be704ddbfb786fbb50a292ee4d75f0
32-
hide-coverage-reports: true
32+
hide-coverage-reports: false
3333
hide-unchanged: false

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ The report is based on the coverage report generated by your test runner.
105105
- See sample workflows
106106
- [main-push.yaml](./.github/samples/main-push.yaml)
107107
- [pull-request.yaml](./.github/samples/pull-request.yaml)
108+
109+
- Hide Coverage Results
110+
See how hiding coverage reports affects the PR comment
111+
- [hide-coverage-reports: true](https://github.com/dkhunt27/action-nx-code-coverage/pull/363)
112+
- [hide-coverage-reports: false](https://github.com/dkhunt27/action-nx-code-coverage/pull/362)
108113
109114
## Making changes and pushing releases
110115

0 commit comments

Comments
 (0)