-
Couldn't load subscription status.
- Fork 25
feat(core): repository APIs to identify snapshots using latest~N #426
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
9615f80 to
26d4e32
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files
🚀 New features to boost your workflow:
|
5bce55b to
6a3e8a1
Compare
6a3e8a1 to
7365fa5
Compare
be01e67 to
45e70c4
Compare
31990fe to
d2817ae
Compare
|
Hi @nardoor Is there something open from your side on this PR? IMO it should be only about some unit tests to increase test coverage.. |
|
I would love to have feedback on the tests I added, this is the first time I do integration tests for rustic. I first tried to use Also I noticed that
|
The tests are OK from my POV. You could try to only once create a repo containing snapshots for all test cases and then run all tests (which do not modify the repo) on them, that would simplify the tests and speed them up a bit. But I am also fine with leaving them as-is. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a lot @nardoor
Thanks for the feedback, I added a commit to apply your suggestion, I used a Otherwise I think we are pretty good to merge! |
03dbb3f to
a4bd533
Compare
a4bd533 to
3982cda
Compare
3982cda to
79289aa
Compare
I think using |
This makes total sense, I didn't know we could use Note that:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
No description provided.