NO-JIRA: ci: ignore non-Go files in codecov coverage analysis#8154
Conversation
Adds Makefile, dot directories, and common non-Go file extensions (*.md, *.yaml, *.yml, *.mod, *.sum, .*) to the codecov ignore list. These files have no unit test coverage and cause false codecov/project failures on PRs that only modify non-Go files. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@bryan-cox: This pull request explicitly references no jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bryan-cox The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/area ci-tooling |
|
/lgtm |
|
/verified bypass |
|
@bryan-cox: The DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
Pipeline controller notification No second-stage tests were triggered for this PR. This can happen when:
Use |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8154 +/- ##
==========================================
- Coverage 29.96% 27.36% -2.61%
==========================================
Files 1049 1096 +47
Lines 97523 107254 +9731
==========================================
+ Hits 29225 29346 +121
- Misses 65796 75390 +9594
- Partials 2502 2518 +16 🚀 New features to boost your workflow:
|
|
/override "codecov/project" |
|
@bryan-cox: Overrode contexts on behalf of bryan-cox: codecov/project DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@bryan-cox: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
932c5a3
into
openshift:main
Summary
ignorelist to prevent falsecodecov/projectfailures on PRs that only modify non-source filesMakefile, dot directories (.*/**), dotfiles (.*), and common non-Go extensions (*.md,*.yaml,*.yml,*.mod,*.sum)Test plan
codecov/projectno longer fails on Makefile-only PRs like NO-JIRA: fix(Makefile): auto-detect upstream remote for lint #8152Summary by CodeRabbit