chore: address SonarCloud code quality issues#458
Conversation
Move GitHub Actions permissions from workflow level to job level for better security and least privilege principle. (githubactions:S8264) Replace single brackets with double brackets in shell conditionals for safer and more feature-rich conditional tests. (shelldre:S7688)
|
Important Review skippedAuto reviews are limited based on label configuration. 🏷️ Required labels (at least one) (1)
Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #458 +/- ##
=======================================
Coverage 89.65% 89.65%
=======================================
Files 3 3
Lines 116 116
=======================================
Hits 104 104
Misses 12 12
🚀 New features to boost your workflow:
|



Move GitHub Actions permissions from workflow level to job level for better security and least privilege principle.
(githubactions:S8264)
Replace single brackets with double brackets in shell conditionals for safer and more feature-rich conditional tests.
(shelldre:S7688)
This change is