Skip to content
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

Handle RF development version as final version #1024

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

bhirsz
Copy link
Member

@bhirsz bhirsz commented Dec 27, 2023

With previous implementation there was problem where some of our tests didn't run at all. For example if we used ">=7" version specifier, RF "7.0a1" didn't match it. I have decided to just drop support for development versions in version specifier and handle those as 'final' versions. Parsed version (the one from RF) can have development suffix (dev1, rc1..) but it will be ignored.

@bhirsz bhirsz requested a review from mnojek as a code owner December 27, 2023 09:38
Copy link

codecov bot commented Dec 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bb84188) 96.40% compared to head (4f5f39a) 96.69%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1024      +/-   ##
==========================================
+ Coverage   96.40%   96.69%   +0.29%     
==========================================
  Files          37       37              
  Lines        4565     4515      -50     
==========================================
- Hits         4401     4366      -35     
+ Misses        164      149      -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bhirsz bhirsz merged commit c4cde29 into master Dec 27, 2023
13 checks passed
@bhirsz bhirsz deleted the rf_dev_version_as_final branch December 27, 2023 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant