dagu/codecov.yml

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