-
Notifications
You must be signed in to change notification settings - Fork 146
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
build: switch to Dependabot friendly dependency version notation #13132
Conversation
Node: HAPI Test (Restart) Results2 tests 2 ✅ 8m 1s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Node Death Reconnect) Results2 tests 2 ✅ 9m 21s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Token) Results237 tests 235 ✅ 22m 9s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Crypto) Results335 tests 335 ✅ 39m 27s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Misc) Results468 tests 458 ✅ 40m 42s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: HAPI Test (Time Consuming) Results21 tests 21 ✅ 53m 44s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
Node: Unit Test Results 2 319 files ±0 2 319 suites ±0 3h 4m 38s ⏱️ ±0s Results for commit 98d8185. ± Comparison against base commit 24ef3ac. This pull request removes 357 and adds 121 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Node: HAPI Test (Smart Contract) Results604 tests 604 ✅ 1h 25m 15s ⏱️ Results for commit 98d8185. ♻️ This comment has been updated with latest results. |
e0567fc
to
524374c
Compare
d0900ed
to
2e1647f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #13132 +/- ##
==============================================
+ Coverage 0 67.21% +67.21%
- Complexity 0 36161 +36161
==============================================
Files 0 3700 +3700
Lines 0 148961 +148961
Branches 0 15501 +15501
==============================================
+ Hits 0 100126 +100126
- Misses 0 44505 +44505
- Partials 0 4330 +4330 ☔ View full report in Codecov by Sentry. |
2e1647f
to
e3fed6d
Compare
Signed-off-by: Jendrik Johannes <jendrik.johannes@gmail.com>
e3fed6d
to
98d8185
Compare
Description:
Dependabot cannot understand Module Names. Thus we have to use the Maven coordinates when we define versions for it to pick them up correctly. Which is something we wanted to avoid initially. As a compromise, we add the Module Name of each dependency in the because statement. This way, you see both notations to avoid confusion. The updated
java-module-dependencies
plugin checks if the Module Names are correct (gradlex-org/java-module-dependencies#105).Related issue(s):
Fixes #11570
Notes for reviewer:
Checklist