Expand description
CI Pipeline Reporting
Provides types and traits for pipeline execution reporting, including:
- Static report types for completed pipelines
- Live progress reporting traits
- Terminal reporter (provider-specific reporters live in their own crates)
Re-exports§
pub use progress::LivePipelineProgress;pub use progress::LiveTaskProgress;pub use progress::LiveTaskStatus;pub use progress::NoOpReporter;pub use progress::ProgressReporter;pub use terminal::TerminalReporter;
Modules§
Structs§
- Check
Handle - Opaque handle for a check run (provider specific).
- Context
Report - CI execution context information.
- Pipeline
Report - Final pipeline report for a completed execution.
- Task
Report - Individual task execution report.
Enums§
- Pipeline
Status - Overall pipeline status.
- Task
Status - Task completion status.