Skip to content

Add code-coverage.datadog.yml#2797

Open
ManuelPalenzuelaDD wants to merge 1 commit intoDataDog:mainfrom
ManuelPalenzuelaDD:add-datadog-coverage-config
Open

Add code-coverage.datadog.yml#2797
ManuelPalenzuelaDD wants to merge 1 commit intoDataDog:mainfrom
ManuelPalenzuelaDD:add-datadog-coverage-config

Conversation

@ManuelPalenzuelaDD
Copy link
Copy Markdown
Collaborator

Follow-up to #2773.

Adds code-coverage.datadog.yml mirroring the existing .github/codecov.yml config:

  • Ignore paths: test/ and **/zz_generated.*.go
  • 80% patch coverage gate (matching Codecov's patch threshold)

This was accidentally omitted from the initial migration PR. The equivalent file was added to the extendeddaemonset repo (which has the same Codecov config).

Mirrors the Codecov config (.github/codecov.yml):
- Ignore test/ and generated files
- 80% patch coverage gate

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ManuelPalenzuelaDD ManuelPalenzuelaDD marked this pull request as ready for review March 23, 2026 16:48
@ManuelPalenzuelaDD ManuelPalenzuelaDD requested a review from a team March 23, 2026 16:48
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Mar 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 42.99%. Comparing base (0887e50) to head (c8ffd97).
⚠️ Report is 53 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2797      +/-   ##
==========================================
+ Coverage   38.83%   42.99%   +4.15%     
==========================================
  Files         309      319      +10     
  Lines       26906    31721    +4815     
==========================================
+ Hits        10450    13637    +3187     
- Misses      15674    17150    +1476     
- Partials      782      934     +152     
Flag Coverage Δ
unittests 42.99% <ø> (+4.15%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 81 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0887e50...c8ffd97. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants