Conversation
b8543a8 to
307c291
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2564 +/- ##
==========================================
- Coverage 71.23% 71.07% -0.16%
==========================================
Files 64 65 +1
Lines 35622 35737 +115
==========================================
+ Hits 25375 25400 +25
- Misses 10247 10337 +90 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
0dc200b to
d0cdfee
Compare
d0cdfee to
787e01b
Compare
Collaborator
|
cool stuff |
Contributor
Author
|
It was wrong HEAD on the first push. But now it's already a different PR. Only integration tests related changes are here |
Collaborator
|
sure but dacf2a6 |
Contributor
Author
|
Yeah, ok. I feel it's a part of preparation, but it could be done in a dedicated PR |
Collaborator
|
it makes reviews easier and then faster :) |
8607080 to
787e01b
Compare
787e01b to
02baa90
Compare
AJIOB
reviewed
Jan 19, 2026
AJIOB
reviewed
Jan 20, 2026
sylvestre
reviewed
Jan 21, 2026
Collaborator
|
thanks |
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.
Attempt to rearrange integration tests to make them run locally.
Now, they can run as
make -C tests/integration testfrom the repo root.GHA definition was reduced significantly.
tests/test_crateis used for cargo tests; locally, all tests are finished in around one minute in the case of the second run.