Skip to content

Enum: CoverageScopeEnum

Where in the project an element surfaces (source, API, CLI, ...).

URI: mellea:CoverageScopeEnum

Permissible Values

Value Meaning Description
SOURCE None source
API None api
CLI None cli
EXAMPLE None example
TEST None test

Slots

Name Description
coverage_scope Where this element surfaces (source/API/CLI/example/test)

Identifier and Mapping Information

Schema Source

LinkML Source

name: CoverageScopeEnum
description: Where in the project an element surfaces (source, API, CLI, ...).
from_schema: https://w3id.org/lmodel/mellea
rank: 1000
permissible_values:
  SOURCE:
    text: SOURCE
    description: source
  API:
    text: API
    description: api
  CLI:
    text: CLI
    description: cli
  EXAMPLE:
    text: EXAMPLE
    description: example
  TEST:
    text: TEST
    description: test