Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/en/references/coverage/coverage_codebuild/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ linkTitle: "codebuild"
description: >
Implementation details for API codebuild
hide_readingtime: true
draft: true
---

## Coverage Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ linkTitle: "codedeploy"
description: >
Implementation details for API codedeploy
hide_readingtime: true
draft: true
---

## Coverage Overview
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ linkTitle: "codepipeline"
description: >
Implementation details for API codepipeline
hide_readingtime: true
draft: true
---

## Coverage Overview
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: "codestar-connections"
linkTitle: "codestar-connections"
description: >
Implementation details for API codestar-connections
hide_readingtime: true
---

## Coverage Overview
{{< localstack_coverage_table service="codestar-connections" >}}

## Testing Details
{{< localstack_coverage_details service="codestar-connections" >}}
20 changes: 20 additions & 0 deletions data/coverage/acm.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,16 @@
"snapshot_tested": true,
"origin": "external"
},
{
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation_stage_and_no_base_path",
"test": "test_custom_domains_invocation_stage_and_no_base_path",
"response": "200",
"error": "",
"snapshot_skipped": "",
"aws_validated": true,
"snapshot_tested": true,
"origin": "external"
},
{
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_invoke_custom_domain_cors_handler[False]",
"test": "test_invoke_custom_domain_cors_handler[False]",
Expand Down Expand Up @@ -511,6 +521,16 @@
"snapshot_tested": true,
"origin": "external"
},
{
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_custom_domains_invocation_stage_and_no_base_path",
"test": "test_custom_domains_invocation_stage_and_no_base_path",
"response": "200",
"error": "",
"snapshot_skipped": "",
"aws_validated": true,
"snapshot_tested": true,
"origin": "external"
},
{
"node_id": "LocalStack Pro: tests/aws/services/apigateway/test_apigateway_custom_domain.py::TestApigatewayCustomDomain::test_delete_domain_name_deletes_mapping",
"test": "test_delete_domain_name_deletes_mapping",
Expand Down
Loading