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

Fix bug with top-level modules/ directory. #13

Merged
merged 1 commit into from
Feb 21, 2018
Merged

Fix bug with top-level modules/ directory. #13

merged 1 commit into from
Feb 21, 2018

Conversation

lkysow
Copy link
Member

@lkysow lkysow commented Feb 20, 2018

Fixes #12. Previously we would assume that if there was a change
in any modules/ directory, we should run plan in the parent. Now
we first check whether the parent has a main.tf file. If it doesn't
then we assume it's not actually the root of a project.

Fixes #12. Previously we would assume that if there was a change
in any modules/ directory, we should run plan in the parent. Now
we first check whether the parent has a main.tf file. If it doesn't
then we assume it's not actually the root of a project.
@codecov
Copy link

codecov bot commented Feb 20, 2018

Codecov Report

Merging #13 into master will increase coverage by 0.14%.
The diff coverage is 94.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   63.63%   63.77%   +0.14%     
==========================================
  Files          38       38              
  Lines        1771     1778       +7     
==========================================
+ Hits         1127     1134       +7     
  Misses        593      593              
  Partials       51       51
Impacted Files Coverage Δ
server/events/apply_executor.go 0% <0%> (ø) ⬆️
server/events/project_finder.go 100% <100%> (ø) ⬆️
server/events/plan_executor.go 88% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 486d361...6b0eece. Read the comment docs.

@lkysow lkysow merged commit cf4fd37 into master Feb 21, 2018
@lkysow lkysow deleted the modules branch February 21, 2018 01:32
ghaiszaher referenced this pull request in ghaiszaher/atlantis Oct 7, 2022
* Dequeue next on Atlantis unlock

* Dequeue next on PR cleanup (e.g. after closing)

* Quick fix

* Fix

* Reworked the TODOs, docu and a bit of refactoring
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.

1 participant