cloudnative-pg/Test Summary
displays a series of tables summarizing test results, in Markdown format. Either to a specified `output_file`, or to standard out. This markdown can be redirected to the $GITHUB_STEP_SUMMARY variable to produce a Job Summary. See https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 25, 2026
- License
- Apache 2.0
Pinned Snippet
uses: cloudnative-pg/ciclops@fc1c72c2eb99e10aa437f14cd8563686b4b6e3b1 # v1.3.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| artifact_directory | directory where the JSON artifacts are stored | yes | test-artifacts |
| output_file | file where the markdown report should be written | no | — |
| limit_summary | limit in bytes that can be sent to GITHUB_STEP_SUMMARY | no | 1024000 |
Outputs
| name | description |
|---|---|
| alerts | Any systematic failures found by CIclops |
| thermometer | A color-coded health meter |
| Overflow | The name of the file where the full report was written, on oveflow |