Skip to main content

Module prophecy

Module prophecy 

Source
Expand description

Predictive analysis — the prophecy engine.

Uses change history, stability scores, and coupling data to predict which files are likely to cause problems (bugs, test failures, etc.) in the near future.

Structs§

EcosystemAlert
An ecosystem-level alert about codebase health.
Prediction
A single prediction about a file.
ProphecyEngine
The prophecy engine: predicts future problems based on historical patterns.
ProphecyOptions
Options for prophecy prediction.
ProphecyResult
Result of a prophecy prediction run.

Enums§

AlertType
The type of ecosystem alert.
PredictionType
The type of prediction made.