# Constants
StatusPass, StatusFail, and StatusFlaky are the status categories this analyzer works with.
StatusPass, StatusFail, and StatusFlaky are the status categories this analyzer works with.
StatusPass, StatusFail, and StatusFlaky are the status categories this analyzer works with.
# Structs
BaseAnalyzer implements functions that calculate flakiness as a ratio of failed tests to total tests.
FlipAnalyzer implements functions that calculate flakiness as a ratio of failed tests to total tests.
IntString is for sorting, primarily intended for map[string]int as implemented below.
# Type aliases
StatusCategory is a simiplified status that allows only "Pass", "Fail", and "Flaky".