bozliu/imuops tabular review
Run imuops on changed tabular IMU data, emit reports, and expose CI-friendly outputs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| data_glob | Glob, direct file path, or | / newline separated list of CSV, TSV, or Parquet files. | yes | — |
| tabular_config | Path to the imuops tabular YAML mapping file. | yes | — |
| fail_below | Optional trust-score threshold for failing the action. | no | "" |
| compare_baseline | Optional canonical session directory to compare against the worst reviewed session. | no | "" |
| report_dir | Directory where HTML and JSON artifacts should be written. | no | output/action_review |
| comment_mode | Comment payload verbosity: off, summary, or full. | no | summary |
Outputs
| name | description |
|---|---|
| trust_score | Worst trust score across reviewed sessions. |
| status | Worst status across reviewed sessions. |
| summary_json | Path to the action summary JSON manifest. |
| report_html | Path to the HTML report for the worst reviewed session. |
| compare_json | Path to the compare JSON artifact when compare_baseline is provided. |
| comment_markdown | Markdown summary ready for a PR comment. |