erichiller/Generate Chart
Create a Plot from JSON data input
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plot_definitions_dir | Directory of JSON Plot definition files | no | — |
| coverage_history_dir | Directory of Coverage History XML files created by danielpalme/ReportGenerator-GitHub-Action | no | — |
| source_scan_dir | Directory which contains source. | no | — |
| test_results_dir | Directory where TRX test output files are located. Recursively scanned. | no | — |
| output_dir | Directory to place generated content. | yes | — |
| build_log_file_pattern | File pattern for build log. | yes | *-build.log |
| debug | Enable debug logging for the action | no | false |
| log_level | Log Level: (verbose|debug|notice|warn|error|none) | no | notice |
Outputs
| name | description |
|---|---|
| test_result | { "success": (true|false) } |
| test_summary | Markdown summary of tests success/skip/fail |