-
Notifications
You must be signed in to change notification settings - Fork 104
Make tests and lint badges clickable links to workflow runs for master branch #1910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
summaryBase version: v3.117.2-0.20251025143056-142ad221a585 (master) |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## master #1910 +/- ##
===========================================
- Coverage 72.14% 47.07% -25.07%
===========================================
Files 390 386 -4
Lines 34161 33947 -214
===========================================
- Hits 24645 15981 -8664
- Misses 8357 17377 +9020
+ Partials 1159 589 -570
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: asmyasnikov <[email protected]>
|
@copilot your fix shows status for any run (tests, lint) or only for master branch? |
Co-authored-by: asmyasnikov <[email protected]>
The badges now show status only for the master branch. I've added the The updated badges:
|
The tests and lint badges in README.md displayed status but weren't clickable, preventing users from navigating to workflow runs to diagnose failures. Additionally, the badges were showing status for all branches instead of just the master branch.
Changes:
actions/workflows/tests.ymlactions/workflows/lint.yml?branch=masterparameter to badge URLs to show status only for master branchBadges now follow the same clickable pattern as other status badges in the README and correctly display status only for the master branch:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.