-
Notifications
You must be signed in to change notification settings - Fork 57
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
test: Run tests using React 19 + 18 #2962
Conversation
5d46fa2
to
6fd3ffd
Compare
6fd3ffd
to
51f9b54
Compare
a527d68
to
b890991
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2962 +/- ##
=======================================
Coverage 86.89% 86.89%
=======================================
Files 115 115
Lines 8300 8300
Branches 1269 1269
=======================================
Hits 7212 7212
Misses 1074 1074
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
a8db705
to
0905654
Compare
e6da85d
to
d043d19
Compare
327061c
to
f86006b
Compare
|
If you have moved to build and test mainly using React 19, then this PR is no longer needed. How do you test with React 18? |
6b43581
to
13f4501
Compare
b98b430
to
c288693
Compare
c288693
to
f354401
Compare
@@ -311,6 +305,66 @@ jobs: | |||
packages/java/gradle-plugin/build/test-results/* | |||
packages/java/gradle-plugin/build/reports/* | |||
test-react-18: |
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.
The manual run to verify this change: https://github.com/vaadin/hilla/actions/runs/13588075190
|
Fixes #3282