-
Notifications
You must be signed in to change notification settings - Fork 9
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
Implements incremental analysis experiment #577
base: vara-dev
Are you sure you want to change the base?
Conversation
Codecov ReportBase: 66.97% // Head: 66.34% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## vara-dev #577 +/- ##
============================================
- Coverage 66.97% 66.34% -0.63%
============================================
Files 291 261 -30
Lines 22301 19126 -3175
============================================
- Hits 14936 12690 -2246
+ Misses 7365 6436 -929
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. |
From now on, users can specify a datetime instead of of a commit hash to select a range of commits. vara-cs gen -p xz select_sample --start 2021-08-08 --end 2022-1-1
From now on, users can specify a datetime instead of of a commit hash to select a range of commits. vara-cs gen -p xz select_sample --start 2021-08-08 --end 2022-1-1
In cases where the start timestamp is before the initial commit, we should select the initial commit.
In cases where the start timestamp is before the initial commit, we should select the initial commit.
Co-authored-by: Jonas Kaufmann <[email protected]>
No description provided.