-
Notifications
You must be signed in to change notification settings - Fork 921
fix(deps): update junit-framework monorepo to v5.14.1 #7715
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7715 +/- ##
============================================
- Coverage 90.12% 90.10% -0.02%
Complexity 7240 7240
============================================
Files 822 825 +3
Lines 21832 21850 +18
Branches 2141 2136 -5
============================================
+ Hits 19676 19688 +12
- Misses 1487 1496 +9
+ Partials 669 666 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Looks like it's blocked by #7502 to get graalvm/native-build-tools@eb52764 |
9dc1504 to
fbfafa2
Compare
fbfafa2 to
3f280fd
Compare
3f280fd to
60dc9e5
Compare
60dc9e5 to
a71f2eb
Compare
fa89e18 to
1993f13
Compare
6e79398 to
1e51ada
Compare
| @Test | ||
| void stringRepresentation() { | ||
| try (MetricExporter metricExporter = OtlpHttpMetricExporter.builder().build()) { | ||
| assertThat(metricExporter.toString()) | ||
| .matches( | ||
| "OtlpHttpMetricExporter\\{" | ||
| + "exporterName=otlp, " | ||
| + "type=metric, " |
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.
apparently these tests weren't running for a bit, fixed in 5.14.1:
https://docs.junit.org/5.14.1/release-notes/#release-notes-5.14.1
Fix support for test methods with the same signature as a package-private methods declared in super classes in different packages.
7939a7d to
a9ae144
Compare
|
@renovatebot why did you force push over my fixes? |
This might have been me. I clicked the rebase button. DIdn't know things would be overwritten. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
9c6534e to
ac4ddc4
Compare
no worries, should be ready now |
This PR contains the following updates:
5.13.4->5.14.15.13.4->5.14.1Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.