-
Notifications
You must be signed in to change notification settings - Fork 1
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
Convert XvcEntity to (u64, u64) to fix branch related possible problems #201
Conversation
✅ Deploy Preview for xvc ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
Codecov ReportBase: 67.64% // Head: 66.56% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #201 +/- ##
==========================================
- Coverage 67.64% 66.56% -1.08%
==========================================
Files 93 96 +3
Lines 9423 9653 +230
==========================================
+ Hits 6374 6426 +52
- Misses 3049 3227 +178
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
- Adds a CHANGELOG.md to track the work - Fixes some documentation warnings - Fixes some code warnings
The first part of the tuple is the same as previous, while the second
u64
is generated randomly for each command invocation. This makes entities unique and also sorted.Close #89
Close #88