jkroepke / helm-secrets

A helm plugin that help manage secrets with Git workflow and store them anywhere
https://github.com/jkroepke/helm-secrets/wiki
Apache License 2.0
1.53k stars 129 forks source link

fix tests #442

Closed jkroepke closed 8 months ago

jkroepke commented 8 months ago

What this PR does / why we need it:

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

PR Readiness Checklist:

Complete these before marking the PR as ready to review:

codecov[bot] commented 8 months ago

Codecov Report

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

Project coverage is 86.56%. Comparing base (2bc81bd) to head (ad5a71c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #442 +/- ## ======================================= Coverage 86.56% 86.56% ======================================= Files 23 23 Lines 856 856 ======================================= Hits 741 741 Misses 115 115 ```

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

github-actions[bot] commented 8 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck -x' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- tests/lib/setup_suite.bash.orig +++ tests/lib/setup_suite.bash @@ -94,7 +94,7 @@ } teardown_suite() { -set -x + set -x { "${GPGCONF_BIN}" --kill gpg-agent >&2 || true } >&2 ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```
github-actions[bot] commented 8 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck -x' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- tests/lib/setup_suite.bash.orig +++ tests/lib/setup_suite.bash @@ -98,10 +98,9 @@ set -x "${GPGCONF_BIN}" --kill gpg-agent - tasklist } >&2 - + } helm_plugin_install() { ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```
github-actions[bot] commented 8 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck -x' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- tests/lib/setup_suite.bash.orig +++ tests/lib/setup_suite.bash @@ -98,10 +98,9 @@ set -x "${GPGCONF_BIN}" --kill gpg-agent - tasklist } >&3 - + } helm_plugin_install() { ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```
github-actions[bot] commented 8 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck -x' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- tests/lib/setup_suite.bash.orig +++ tests/lib/setup_suite.bash @@ -97,10 +97,10 @@ { "${GPGCONF_BIN}" --kill gpg-agent - ps aux + ps aux tasklist } >&3 - + } helm_plugin_install() { ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```
github-actions[bot] commented 8 months ago

sh-checker report

To get the full details, please check in the job output.

shellcheck errors ``` 'shellcheck -x' found no issues. ```
shfmt errors ``` 'shfmt ' returned error 1 finding the following formatting issues: ---------- --- tests/lib/setup_suite.bash.orig +++ tests/lib/setup_suite.bash @@ -102,7 +102,7 @@ ps aux } >&3 - + } helm_plugin_install() { ---------- You can reformat the above files to meet shfmt's requirements by typing: shfmt -w filename ```