Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: output #24

Merged
merged 12 commits into from
May 23, 2023
Merged

feat: output #24

merged 12 commits into from
May 23, 2023

Conversation

matt-FFFFFF
Copy link
Member

@matt-FFFFFF matt-FFFFFF commented May 18, 2023

New Features:

  • Adds checking of output values
  • Init only without plan
  • Apply without plan
  • Refactor retry logic
  • Improved logging with buffered output

Fixes #11, fixes #12

@codecov
Copy link

codecov bot commented May 18, 2023

Codecov Report

Merging #24 (1cbabba) into main (ed51b32) will increase coverage by 2.34%.
The diff coverage is 89.30%.

@@            Coverage Diff             @@
##             main      #24      +/-   ##
==========================================
+ Coverage   91.09%   93.43%   +2.34%     
==========================================
  Files           8       13       +5     
  Lines         438      503      +65     
==========================================
+ Hits          399      470      +71     
+ Misses         27       23       -4     
+ Partials       12       10       -2     
Impacted Files Coverage Δ
setuptest/dir.go 100.00% <ø> (+16.48%) ⬆️
setuptest/apply.go 69.09% <69.09%> (ø)
setuptest/logger.go 92.10% <92.10%> (ø)
setuptest/tfutils.go 90.41% <92.68%> (+5.62%) ⬆️
ops/ops.go 100.00% <100.00%> (ø)
setuptest/destroy.go 100.00% <100.00%> (ø)
setuptest/init.go 100.00% <100.00%> (ø)
setuptest/initplanshow.go 100.00% <100.00%> (ø)
setuptest/output.go 100.00% <100.00%> (ø)

@matt-FFFFFF matt-FFFFFF added this pull request to the merge queue May 23, 2023
Merged via the queue into main with commit 1ca8f10 May 23, 2023
@matt-FFFFFF matt-FFFFFF deleted the feat/output branch May 23, 2023 09:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat(setuptest): init only feat(check): planned outputs
1 participant