Weld.Manifest.Verify (weld v0.7.2)

Copy Markdown View Source

Verification configuration for a generated artifact.

Summary

Types

smoke_config()

@type smoke_config() :: %{enabled: boolean(), entry_file: String.t() | nil}

t()

@type t() :: %Weld.Manifest.Verify{
  artifact_tests: [String.t()],
  hex_build: boolean(),
  hex_publish: boolean(),
  smoke: smoke_config()
}