Module reporting

Module reporting 

Source
Expand description

Report generation for test results

Provides multi-format report generation including JSON, JUnit XML, and SHA-256 digest. All reports support proper error handling and follow core team standards.

Re-exports§

pub use digest::DigestReporter;
pub use json::JsonReporter;
pub use junit::JunitReporter;

Modules§

digest
SHA-256 digest for reproducibility
json
JSON report format
junit
JUnit XML report format

Structs§

ReportConfig
Report configuration

Functions§

generate_reports
Generate all configured reports