ximtech / jasypt-encrypt-plugin

Application properties encryption/decryption gradle plugin
MIT License
4 stars 1 forks source link

Support scanning properties/yaml files in multi-project #3

Closed draco1023 closed 1 year ago

draco1023 commented 1 year ago

This fixes the issue found in #2

ximtech commented 1 year ago

Thank you for your PR!

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 77.14% and project coverage change: -1.71 :warning:

Comparison is base (a6c05b8) 82.95% compared to head (f90e84b) 81.25%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3 +/- ## ============================================ - Coverage 82.95% 81.25% -1.71% + Complexity 64 58 -6 ============================================ Files 9 9 Lines 176 192 +16 Branches 4 8 +4 ============================================ + Hits 146 156 +10 - Misses 25 28 +3 - Partials 5 8 +3 ``` | [Impacted Files](https://app.codecov.io/gh/ximtech/jasypt-encrypt-plugin/pull/3?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stanislav+Vodolagin) | Coverage Δ | | |---|---|---| | [...pt/encrypt/tasks/file/PropertiesFileAwareTask.java](https://app.codecov.io/gh/ximtech/jasypt-encrypt-plugin/pull/3?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Stanislav+Vodolagin#diff-c3JjL21haW4vamF2YS9jb20vZ2l0aHViL2phc3lwdC9lbmNyeXB0L3Rhc2tzL2ZpbGUvUHJvcGVydGllc0ZpbGVBd2FyZVRhc2suamF2YQ==) | `75.90% <77.14%> (-3.21%)` | :arrow_down: |

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

draco1023 commented 1 year ago

Thank you for your PR!

Thank you for your previous work!