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.17 #354

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

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

Release Notes

google/testparameterinjector (com.google.testparameterinjector:test-parameter-injector) ### [`v1.17`](https://togithub.com/google/testparameterinjector/blob/HEAD/CHANGELOG.md#117) - Added support for parsing `java.time.Duration` from a string. Example: ``` @​Test public void myTest(@​TestParameter({"1d", "2h20min", "10.5ms"}) Duration duration){...} ```

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 was generated by Mend Renovate. View the repository job log.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 89.34%. Comparing base (076e16d) to head (d8f9d98). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #354 +/- ## ======================================= Coverage 89.34% 89.34% ======================================= Files 20 20 Lines 676 676 Branches 72 72 ======================================= Hits 604 604 Misses 49 49 Partials 23 23 ```

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