mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
13 lines
317 B
INI
13 lines
317 B
INI
[run]
|
|
# Omit placeholder/skeleton modules for future milestones.
|
|
# These modules raise NotImplementedError and contain no testable logic.
|
|
omit =
|
|
*/reporting/*
|
|
*/rules/*
|
|
*/worker/*
|
|
|
|
[report]
|
|
# Exclude lines marked with '# pragma: no cover' (plain-text output helpers).
|
|
exclude_lines =
|
|
pragma: no cover
|