ci: reduce PR workflow latency by relocating coverage#76
Merged
PLeVasseur merged 17 commits intoeclipse-uprotocol:mainfrom Feb 10, 2026
Merged
ci: reduce PR workflow latency by relocating coverage#76PLeVasseur merged 17 commits intoeclipse-uprotocol:mainfrom
PLeVasseur merged 17 commits intoeclipse-uprotocol:mainfrom
Conversation
0e63b9d to
71fc302
Compare
|
@PLeVasseur Am I right in assuming that this should be rebased after #75 has been merged? |
Contributor
Author
Yep, exactly, will do that now |
5f7e6b6 to
fc68e02
Compare
Contributor
Author
|
FYI -- rebased this now. |
PLeVasseur
commented
Feb 9, 2026
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.
Summary
Testjobs in bundled/unbundled workflows and run standard functional test paths in PR CI.Nightly Coverageworkflow (schedule,workflow_dispatch, andpushtomain) that runs tarpaulin once and uploads coverage artifacts.Lint,Test,Build documentation) and keepobtain_and_build_vsomeipintact.CI timing comparison
Comparison method
21772997390bundled,21772997392unbundled)21774091310bundled,21774091311unbundled)21830035189bundled,21830035143unbundled)Initial-run comparison (PR #75 baseline -> PR #76 first successful run)
LintTestLintTestLatest-run improvement on this PR after iterative branch updates (initial -> latest)
TestLintTestLint (feature build+clippy)2m49s +Lintaggregator 4s;Lint (base build+clippy)runs in parallel).Notes
obtain_and_build_vsomeipremained a cache-hit in all compared runs (10s baseline, 15s initial, 11s latest), so the main gains are from CI workflow/test/lint path changes.Run links