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

Fix #529 #532

Closed FWDekker closed 5 months ago

FWDekker commented 5 months ago

The bug stemmed from an error introduced in 13af6e6a3cd599f4d181dd84eaee38fbea54fb2e.

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 80.44%. Comparing base (0cb5449) to head (230dac3).

Additional details and impacted files [![Impacted file tree graph](https://app.codecov.io/gh/FWDekker/intellij-randomness/pull/532/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/532?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 #532 +/- ## ========================================== - Coverage 80.48% 80.44% -0.04% ========================================== Files 51 51 Lines 2142 2097 -45 Branches 358 359 +1 ========================================== - Hits 1724 1687 -37 + Misses 348 340 -8 Partials 70 70 ```