Certitudo.Forma.Conspectus (certitudo v0.1.0)

Copy Markdown View Source

A captured coverage run — comprehensive view of coverage at a moment in time.

Summary

Types

t()

@type t() :: %Certitudo.Forma.Conspectus{
  filter: map() | nil,
  modules: %{optional(binary()) => Certitudo.Forma.Module.t()},
  run: map(),
  schema_version: pos_integer(),
  totals: map() | nil
}