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(codegen): test non-AWS client builds #2876

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

adamthom-amzn
Copy link
Contributor

@adamthom-amzn adamthom-amzn commented Oct 6, 2021

Description

Generate a non-AWS client and add a GitHub action that verifies that it will compile.

Testing

Ran the tests manually locally, and in this PR.

Test failing due to a non-@ts-ignored import: https://github.com/aws/aws-sdk-js-v3/pull/2876/checks?check_run_id=3820762025
They should pass once rebased upon a merged #2875


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@adamthom-amzn adamthom-amzn force-pushed the generic-client-tests branch 3 times, most recently from cc4b82b to e23bb54 Compare October 6, 2021 22:01
@adamthom-amzn adamthom-amzn requested a review from a team October 6, 2021 22:07
@codecov-commenter
Copy link

codecov-commenter commented Oct 6, 2021

Codecov Report

Merging #2876 (54b9e72) into main (99d9267) will not change coverage.
The diff coverage is n/a.

❗ Current head 54b9e72 differs from pull request most recent head e6ff1c6. Consider uploading reports for the commit e6ff1c6 to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2876   +/-   ##
=======================================
  Coverage   60.42%   60.42%           
=======================================
  Files         554      554           
  Lines       28886    28886           
  Branches     7072     7072           
=======================================
  Hits        17453    17453           
  Misses      11433    11433           
Impacted Files Coverage Δ
clients/client-sts/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-ec2/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-json/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-query/src/runtimeConfig.ts 100.00% <0.00%> (ø)
clients/client-s3-control/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-json-10/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-restxml/src/runtimeConfig.ts 100.00% <0.00%> (ø)
protocol_tests/aws-restjson/src/runtimeConfig.ts 100.00% <0.00%> (ø)
...lients/client-mediastore-data/src/runtimeConfig.ts 100.00% <0.00%> (ø)
...ts/client-lex-runtime-service/src/runtimeConfig.ts 100.00% <0.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 99d9267...e6ff1c6. Read the comment docs.

@adamthom-amzn adamthom-amzn marked this pull request as ready for review October 6, 2021 22:09
Generate a non-AWS client and add a GitHub action that verifies that it will
compile.
@trivikr trivikr merged commit d9012cc into aws:main Oct 6, 2021
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 21, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants