coderavehq/Supabase Database Reporter
Displays Supabase database test results directly in GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-name | The name of the file containing the test results | yes | — |
| fail-on-error | Set this action as failed if test report contain any failed test | no | true |
| fail-on-empty | Set this action as failed if no test results were found | yes | true |
Outputs
| name | description |
|---|---|
| conclusion | Final conclusion of the created check run: - 'success' if no failed tests was found - 'failure' if any failed test was found |
| files | Count of files tested |
| tests | Count of tests run |
| passed | Count of passed tests |
| failed | Count of failed tests |