Skip to content

Conversation

@jacobtylerwalls
Copy link
Member

@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
⚠️ Please upload report for BASE (main@4f0716a). Learn more about missing BASE report.
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main   #10732   +/-   ##
=======================================
  Coverage        ?   95.98%           
=======================================
  Files           ?      176           
  Lines           ?    19540           
  Branches        ?        0           
=======================================
  Hits            ?    18755           
  Misses          ?      785           
  Partials        ?        0           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Pierre-Sassoulas Pierre-Sassoulas merged commit 7f7f7b8 into pylint-dev:main Nov 10, 2025
42 checks passed
@pylint-backport
Copy link
Contributor

The backport to maintenance/4.0.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/4.0.x maintenance/4.0.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/4.0.x
# Create a new branch
git switch --create backport-10732-to-maintenance/4.0.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 7f7f7b85f96f881daf18f1a21418bda831af2ca5
# Push it to GitHub
git push --set-upstream origin backport-10732-to-maintenance/4.0.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/4.0.x

Then, create a pull request where the base branch is maintenance/4.0.x and the compare/head branch is backport-10732-to-maintenance/4.0.x.

@Pierre-Sassoulas
Copy link
Member

Nice catch ! Not sure if the backport manual cherry-pick is necessary. Are we even checking the primer on the maintenance branch ?

@jacobtylerwalls jacobtylerwalls deleted the jtw/primer-coverage branch November 10, 2025 15:09
@jacobtylerwalls
Copy link
Member Author

Good point, probably not.

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

Labels

primer Skip news 🔇 This change does not require a changelog entry

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants