Fix a few more Zizmor-flagged workflow concerns#1092
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1092 +/- ##
=======================================
Coverage 95.17% 95.17%
=======================================
Files 77 77
Lines 4146 4146
Branches 1346 1346
=======================================
Hits 3946 3946
Misses 18 18
Partials 182 182 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
leonlan
approved these changes
Apr 3, 2026
FormelessPuppy41
added a commit
to FormelessPuppy41/PyVRP
that referenced
this pull request
May 21, 2026
* Fix evaluation of moves that leave a route empty (without clients) (PyVRP#1090) * Add failing test * Fix evaluation of moves that leave a route empty (without clients) * Remove Proposal::size() * Implement numClients() for segments * Bump configure-pages and deploy-pages actions (PyVRP#1091) * Bump configure-pages and deploy-pages actions to versions that use Node 24 * Also bump codecov (codecov@v5 depends on github-script@v7, which runs with Node 20. github-script@v8 runs with Node 24, and codecov@v6 has that dependency) * Fix a few more Zizmor-flagged workflow concerns (PyVRP#1092) * Exclude releases from <7 days ago from dependency resolution (PyVRP#1093) * Clear when update leaves route empty (PyVRP#1094) * Split off data components to separate files (PyVRP#1096) * Split off data components to separate header and source files * Split tests * Phrasing PyVRP Enterprise * Track unplanned clients (PyVRP#1103) * Bump upload-pages-artifact to v5 (PyVRP#1104) * Add an AI policy, and a FAQ entry about modifying the C+ components (PyVRP#1106) * Add Rybbit analytics to docs pages * Merge remote-tracking branch 'upstream/main' into merge-upstream-2026-05-21 * Make CI/CD fork-safe for missing Codecov/Pages/PyPI setup * Fix CodSpeed workflow secret checks in if conditions * Fix CI workflow token checks in if conditions --------- Co-authored-by: Niels Wouda <N-Wouda@users.noreply.github.com> Co-authored-by: Niels Wouda <nielswouda@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR:
To check:
Details
Notes:
Please read our contributing guidelines first.
In particular:
This keeps the code coverage level up, and helps ensure the changes work as intended.
Please check that this PR can be included into PyVRP under the MIT license.