WhosNickDoglio / dagger-rules

Static analysis checks for using Dagger, Anvil, or Hilt.
https://whosnickdoglio.dev/dagger-rules/
MIT License
7 stars 0 forks source link

Update dependency com.google.testparameterinjector:test-parameter-injector to v1.16 #268

Closed renovate[bot] closed 4 months ago

renovate[bot] commented 4 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.testparameterinjector:test-parameter-injector 1.15 -> 1.16 age adoption passing confidence

Release Notes

google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector) ### [`v1.16`](https://togithub.com/google/testparameterinjector/blob/HEAD/CHANGELOG.md#116) - Deprecated [`TestParameter.TestParameterValuesProvider`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameter.TestParameterValuesProvider.html) in favor of its newer version [`TestParameterValuesProvider`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.html). - Added support for repeated annotations to [`TestParameterValuesProvider.Context`](https://google.github.io/TestParameterInjector/docs/latest/com/google/testing/junit/testparameterinjector/TestParameterValuesProvider.Context.html) - Converting incorrectly YAML-parsed booleans back to their enum values when possible - Support enum aliases (defined as static fields on the enum), and in particular Protocol Buffer enum aliases - When generating test names for enum values, the enum name is used instead of its `toString()` method.

Configuration

📅 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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 89.26%. Comparing base (c8f0939) to head (01525cf).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #268 +/- ## ======================================= Coverage 89.26% 89.26% ======================================= Files 20 20 Lines 671 671 Branches 72 72 ======================================= Hits 599 599 Misses 49 49 Partials 23 23 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.