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 issue where role updates happened twice #428

Merged
merged 1 commit into from Jul 26, 2017

Conversation

jamesls
Copy link
Member

@jamesls jamesls commented Jul 26, 2017

There weren't any tests for this code path and this didn't break
anything, it's just entirely unnecessary. Looks like this was a result
of an improper refactoring.

@codecov-io
Copy link

codecov-io commented Jul 26, 2017

Codecov Report

Merging #428 into master will increase coverage by 0.41%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #428      +/-   ##
==========================================
+ Coverage   93.17%   93.59%   +0.41%     
==========================================
  Files          18       18              
  Lines        2859     2858       -1     
  Branches      374      374              
==========================================
+ Hits         2664     2675      +11     
+ Misses        144      132      -12     
  Partials       51       51
Impacted Files Coverage Δ
chalice/deploy/deployer.py 93.68% <ø> (+2.89%) ⬆️

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 1cb2b53...b0efd45. Read the comment docs.

There weren't any tests for this code path and this didn't break
anything, it's just entirely unnecessary.  Looks like this was a result
of an improper refactoring.
Copy link
Member

@kyleknap kyleknap left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks fine. 🚢

@jamesls jamesls merged commit b0efd45 into aws:master Jul 26, 2017
@jamesls jamesls deleted the fix-dupe-role branch July 26, 2017 21:58
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.

None yet

4 participants