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

Abstract aws pagination #44

Merged
merged 8 commits into from
May 26, 2020
Merged

Abstract aws pagination #44

merged 8 commits into from
May 26, 2020

Conversation

gagoar
Copy link
Owner

@gagoar gagoar commented May 26, 2020

after a couple of iterations, I settle with an approach that I think I can maintain over time.

@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #44 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #44   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines          306       304    -2     
  Branches        51        49    -2     
=========================================
- Hits           306       304    -2     
Flag Coverage Δ
#unittests 100.00% <100.00%> (ø)
Impacted Files Coverage Δ
src/utils/setAWSCredentials.ts 100.00% <ø> (ø)
src/actions/exportAsTemplate.ts 100.00% <100.00%> (ø)
src/actions/listParameters.ts 100.00% <100.00%> (ø)
src/utils/paginateAWSCall.ts 100.00% <100.00%> (ø)

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 a9fbbf0...ef8e855. Read the comment docs.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 6965 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 6967 lines exceeds the maximum allowed for the inline comments feature.

Copy link

@codeclimate codeclimate bot left a comment

Choose a reason for hiding this comment

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

The PR diff size of 6967 lines exceeds the maximum allowed for the inline comments feature.

@codeclimate
Copy link

codeclimate bot commented May 26, 2020

Code Climate has analyzed commit ef8e855 and detected 0 issues on this pull request.

View more on Code Climate.

@gagoar gagoar merged commit be65fd0 into master May 26, 2020
@gagoar gagoar deleted the gg/abstractAWSPagination branch May 26, 2020 05:10
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