georgberky / dependency-update-maven-plugin

A Maven plugin that creates merge requests for dependency updates.
Apache License 2.0
26 stars 9 forks source link

#43: Inform user, if new version of an already discovered artifact is available #44

Closed georgberky closed 1 year ago

codecov-commenter commented 2 years ago

Codecov Report

Base: 68.27% // Head: 67.48% // Decreases project coverage by -0.79% :warning:

Coverage data is based on head (38e3699) compared to base (122ce21). Patch coverage: 46.15% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #44 +/- ## ============================================ - Coverage 68.27% 67.48% -0.80% - Complexity 40 46 +6 ============================================ Files 10 10 Lines 186 203 +17 Branches 10 14 +4 ============================================ + Hits 127 137 +10 - Misses 51 59 +8 + Partials 8 7 -1 ``` | [Impacted Files](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/pull/44?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky) | Coverage Δ | | |---|---|---| | [.../georgberky/maven/plugins/depsupdate/UpdateMojo.kt](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/pull/44/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky#diff-c3JjL21haW4va290bGluL2lvL2dpdGh1Yi9nZW9yZ2Jlcmt5L21hdmVuL3BsdWdpbnMvZGVwc3VwZGF0ZS9VcGRhdGVNb2pvLmt0) | `6.25% <8.57%> (+6.25%)` | :arrow_up: | | [...eorgberky/maven/plugins/depsupdate/JGitProvider.kt](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/pull/44/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky#diff-c3JjL21haW4va290bGluL2lvL2dpdGh1Yi9nZW9yZ2Jlcmt5L21hdmVuL3BsdWdpbnMvZGVwc3VwZGF0ZS9KR2l0UHJvdmlkZXIua3Q=) | `76.59% <72.97%> (+0.50%)` | :arrow_up: | | [...erky/maven/plugins/depsupdate/NativeGitProvider.kt](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/pull/44/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky#diff-c3JjL21haW4va290bGluL2lvL2dpdGh1Yi9nZW9yZ2Jlcmt5L21hdmVuL3BsdWdpbnMvZGVwc3VwZGF0ZS9OYXRpdmVHaXRQcm92aWRlci5rdA==) | `100.00% <100.00%> (ø)` | | | [...orgberky/maven/plugins/depsupdate/VersionUpdate.kt](https://codecov.io/gh/georgberky/dependency-update-maven-plugin/pull/44/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky#diff-c3JjL21haW4va290bGluL2lvL2dpdGh1Yi9nZW9yZ2Jlcmt5L21hdmVuL3BsdWdpbnMvZGVwc3VwZGF0ZS9WZXJzaW9uVXBkYXRlLmt0) | `100.00% <100.00%> (+12.50%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Georg+Berky)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

bmarwell commented 2 years ago

This is quite a PR.

Suggestion: move the testing (containers) part into another PR and merge it.

sparsick commented 2 years ago

This is quite a PR.

Suggestion: move the testing (containers) part into another PR and merge it.

We are not ready with the implementation of this feature. The container stuff can be ignored. That was only an experiment to evaluate Cloud IDEs. We will have to clean up that stuff. We hope we can go further next week.