mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 06:34:22 +00:00
28 lines
639 B
YAML
28 lines
639 B
YAML
coverage:
|
|
ignore:
|
|
# Generated code
|
|
- "api"
|
|
# Ignore frontend code for now
|
|
- "internal/service/frontend"
|
|
# Test code
|
|
- "internal/test"
|
|
# Executor code does not measure coverage for now
|
|
- "internal/digraph/executor"
|
|
# The filenotify is a third party library
|
|
- "internal/scheduler/filenotify"
|
|
# Legacy persistence code
|
|
- "internal/persistence/legacy"
|
|
status:
|
|
project:
|
|
default:
|
|
if_ci_failed: success
|
|
threshold: 5%
|
|
patch: off
|
|
|
|
github_checks:
|
|
annotations: false
|
|
|
|
comment:
|
|
layout: "reach, diff, flags, files, footer"
|
|
behavior: new
|