Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions code-coverage.datadog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
schema-version: v1
ignore:
# Resolved paths (when GoCoverprofilePathResolver successfully maps to repo-relative paths)
- "samples/"
- "_samples/"
- "_tools/"
- "internal/injector/aspect/advice/code/dot_ast.proxies.go"
# Unresolved paths (when Go module path differs from filesystem directory name,
# e.g. module "github.com/DataDog/orchestrion/_samples" lives in "samples/" on disk.
# The reducer's suffix matching fails and keeps the full module import path.
# Glob patterns match these unresolved paths.)
- "**/_samples/**"
- "**/_tools/**"
- "**/dot_ast.proxies.go"
Loading