File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments