FWDekker / intellij-randomness

IntelliJ plugin for inserting random numbers, UUIDs, names, IP addresses, and much more
https://plugins.jetbrains.com/plugin/9836-randomness
MIT License
45 stars 7 forks source link

Update dependencies #534

Closed FWDekker closed 5 months ago

FWDekker commented 5 months ago

Updates dependencies, including RgxGen. Fixes #530.

Also fixes a small bug (in tests) that results in groups of tests not being tagged correctly.

Also makes icons slightly more indirect in their loading? Not sure if that's strictly necessary.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 94.28571% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 80.20%. Comparing base (420cafa) to head (f9d436d).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/534/graphs/tree.svg?width=650&height=150&src=pr&token=HXVFGMwtwv&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker)](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/534?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Florine+W.+Dekker) ```diff @@ Coverage Diff @@ ## main #534 +/- ## ========================================== - Coverage 80.44% 80.20% -0.25% ========================================== Files 51 51 Lines 2097 2076 -21 Branches 359 356 -3 ========================================== - Hits 1687 1665 -22 - Misses 340 341 +1 Partials 70 70 ```