-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Terraform output unit tests #31
Terraform output unit tests #31
Conversation
Codecov Report
@@ Coverage Diff @@
## main #31 +/- ##
==========================================
+ Coverage 80.00% 87.14% +7.14%
==========================================
Files 11 13 +2
Lines 585 700 +115
Branches 115 120 +5
==========================================
+ Hits 468 610 +142
+ Misses 74 55 -19
+ Partials 43 35 -8
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
9a22046
to
88107c6
Compare
Build succeeded. ✔️ build-ansible-collection SUCCESS in 3m 21s |
…ng, remove unused import
88107c6
to
696ac2e
Compare
Build succeeded. ✔️ build-ansible-collection SUCCESS in 3m 14s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Looks tested to me!
SUMMARY
Added unit tests for terraform_output module.
Bug fixed - in case of TerraformWarning "outputs" variable set to None to avoid undefined variable error.
Minor change - removed "required_one_of" from the module and updated documentation.
ISSUE TYPE
COMPONENT NAME
terraform_output.py