Reach.Check.Changed.SuppressionReport (Reach v2.8.1)

Copy Markdown View Source

Summarizes source suppression changes in a diff.

Summary

Types

t()

@type t() :: %Reach.Check.Changed.SuppressionReport{
  added: [Reach.Source.Suppression.Directive.t()],
  reasonless_added: [Reach.Source.Suppression.Directive.t()],
  removed: [Reach.Source.Suppression.Directive.t()],
  total_after: non_neg_integer(),
  total_before: non_neg_integer(),
  unchanged_count: non_neg_integer()
}

Functions

new(attrs)