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

chore: add end-to-end test for ApiGatewayV2 #644

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SankyRed
Copy link
Contributor

@SankyRed SankyRed commented Apr 4, 2024

No description provided.

@@ -84,6 +84,7 @@ test_case!(cloudwatch, "CloudwatchStack", &["golang"]);
test_case!(ecs, "EcsStack", &["java", "golang"]);
test_case!(ec2, "Ec2Stack", &["java", "golang"]);
test_case!(efs, "EfsStack", &["java", "golang"]);
test_case!(apigatewayv2, "ApiGatewayV2Stack", &["csharp", "golang", "python"]);
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm concerned about not synthesizing python and csharp. If these aren't working you may have uncovered a bug. Could you remove these and we can debug the failing tests?

Copy link
Contributor

@colifran colifran left a comment

Choose a reason for hiding this comment

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

Looks like this is going in the right direction! See my comment about python and csharp.

Copy link

codecov bot commented Apr 16, 2024

Codecov Report

Merging #644 (ac421db) into main (8b47ab3) will not change coverage.
The diff coverage is n/a.

❗ Current head ac421db differs from pull request most recent head 3348d98. Consider uploading reports for the commit 3348d98 to get more accurate results

Additional details and impacted files
Components Coverage Δ
Parser 78.2% <ø> (ø)
Intermediate Representation 82.5% <ø> (ø)
Synthesizers 87.8% <ø> (ø)
Other 36.0% <ø> (ø)
@@          Coverage Diff          @@
##            main    #644   +/-   ##
=====================================
  Coverage   82.1%   82.1%           
=====================================
  Files         27      27           
  Lines       5097    5097           
  Branches    5097    5097           
=====================================
  Hits        4186    4186           
  Misses       741     741           
  Partials     170     170           

Continue to review full report in Codecov by Sentry.

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

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

2 participants