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

Testing: Update room-compiler-processing-testing to 2.6.0 #102

Merged
merged 1 commit into from
Oct 21, 2023

Conversation

Jeffset
Copy link
Contributor

@Jeffset Jeffset commented Oct 21, 2023

This update bumps the internal Kotlin version used to compile test cases to 1.9.0, which has KAPT annotation reversing fixed (see #74 for more info) So, as nice version-dependent solution is almost impossible, we just unconditionally use normal annotation order.

This update bumps the internal Kotlin version used to compile test cases to 1.9.0,
which has KAPT annotation reversing fixed (see #74 for more info)
So, as nice version-dependent solution is almost impossible,
 we just unconditionally use normal annotation order.
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (719ad2d) 84.10% compared to head (9076bdc) 84.07%.

Additional details and impacted files
@@             Coverage Diff              @@
##               main     #102      +/-   ##
============================================
- Coverage     84.10%   84.07%   -0.04%     
  Complexity     1558     1558              
============================================
  Files           188      188              
  Lines          8206     8202       -4     
  Branches       1424     1423       -1     
============================================
- Hits           6902     6896       -6     
- Misses          804      808       +4     
+ Partials        500      498       -2     
Files Coverage Δ
.../com/yandex/yatagan/lang/jap/JavaxAnnotatedImpl.kt 36.36% <100.00%> (-16.97%) ⬇️

... and 1 file with indirect coverage changes

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

@Jeffset Jeffset marked this pull request as ready for review October 21, 2023 14:10
@Jeffset Jeffset requested a review from bacecek October 21, 2023 14:10
@Jeffset Jeffset merged commit 897a6da into main Oct 21, 2023
4 checks passed
@Jeffset Jeffset deleted the wp/update-testing-framework branch October 21, 2023 21:51
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.

2 participants