• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Recached

aws / aws-application-networking-k8s
49%
main: 44%

Build:
Build:
LAST BUILD BRANCH: liucalvi/aws-go-sdk-upgrade
DEFAULT BRANCH: main
Repo Added 02 Feb 2026 07:07AM UTC
Token 5zsgPUGHgU6RXOSxcM7ZIp1lID7QVZxu1 regen
Build 95 Last
Files 119
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH liucalvi/aws-go-sdk-upgrade
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • chore/go-1.26-upgrade
  • ci/gha-standardize-action-majors
  • dependabot/github_actions/github-actions-0a29d60c52
  • dependabot/github_actions/github-actions-bddc684747
  • dependabot/go_modules/github.com/onsi/gomega-1.39.1
  • dependabot/go_modules/k8s.io/apimachinery-0.35.3
  • dependabot/go_modules/k8s.io/client-go-0.35.3
  • dependabot/go_modules/test/github.com/moby/spdystream-0.5.1
  • dependabot/go_modules/test/google.golang.org/grpc-1.79.3
  • dependabot/go_modules/test/k8s.io/apimachinery-0.35.3
  • dependabot/go_modules/test/k8s.io/client-go-0.35.3
  • dependabot/go_modules/test/sigs.k8s.io/controller-runtime-0.23.1
  • dependabot/go_modules/test/sigs.k8s.io/controller-runtime-0.23.3
  • dependabot/pip/markdown-3.8.1
  • dependabot/pip/pygments-2.20.0
  • dependabot/pip/requests-2.33.0
  • docs/conformance-test-v2.0.1-results
  • docs/imdsv2-troubleshooting-794/2026-02-20
  • feat/auto-create-service-network
  • feat/service-network-crd
  • feature/drift-detection-requeue
  • fix/attached-routes-count
  • fix/gateway-address-wrong-route-scope
  • fix/gateway-listener-resolvedrefs-condition
  • fix/gateway-listener-status-cleanup
  • fix/gateway-status-on-route-creation
  • fix/helm-seccomp-security-context-override
  • fix/hostname-intersection-check
  • fix/invalid-backend-500-response
  • fix/listener-programmed-condition
  • fix/reconcile-delete-gateway-bug
  • fix/scripts-hardening-eval-removal
  • gateway-api-v1.5-upgrade
  • liucalvi/665-service-naming-conflict
  • liucalvi/auto-certificate-discovery
  • liucalvi/aws-go-sdk-upgrade
  • liucalvi/setup-script-fix
  • liucalvin/dependabot-fix
  • liucalvin/fix-release-script
  • liucalvin/grpc-service-docs
  • main
  • make-servicenetworkcrd-optional
  • patch-1
  • release-v2.0.2
  • release-v2.1.0
  • vbed-rename-controller
  • vbedi_conformance
  • vbedi_fix-gateway-address-race
  • vbedi_issue618
  • vbedi_issue_902
  • vbedi_remove_kube-rbac-proxy
  • vbedi_user_agent

07 May 2026 04:43AM UTC coverage: 48.525%. First build
25509932294

Pull #943

github

liucalvin
test: Migrate integration tests from AWS SDK v1 to v2

Update all test/ integration tests and framework to use v2 SDK.

Key changes:
- Replace session.NewSession() with config.LoadDefaultConfig()
- Replace service.New(sess) with service.NewFromConfig(cfg)
- Migrate all AWS service clients (VPC Lattice, EC2, ACM, S3, IAM,
  STS, Route53, CloudWatch Logs, Firehose, RAM)
- Update HealthCheckConfig assertions for v2 types (*int32, typed
  enums, MatcherMemberHttpCode union interface)
- Update EC2 DescribeVpcs VpcIds from []*string to []string
Pull Request #943: Migrate AWS SDK for Go to v2

502 of 1432 new or added lines in 38 files covered. (35.06%)

5989 of 12342 relevant lines covered (48.53%)

0.55 hits per line

Relevant lines Covered
Build:
Build:
12342 RELEVANT LINES 5989 COVERED LINES
0.55 HITS PER LINE
Source Files on main
  • Tree
  • List 119
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
25509932294 liucalvi/aws-go-sdk-upgrade test: Migrate integration tests from AWS SDK v1 to v2 Update all test/ integration tests and framework to use v2 SDK. Key changes: - Replace session.NewSession() with config.LoadDefaultConfig() - Replace service.New(sess) with service.NewFromCon... Pull #943 07 May 2026 04:59PM UTC liucalvin github
48.53
25335582855 release-v2.1.0 Release artifacts for release v2.1.0 Pull #951 04 May 2026 06:23PM UTC VikramBedi github
44.62
25240437953 dependabot/go_modules/test/google.golang.org/grpc-1.79.3 chore(deps): bump google.golang.org/grpc from 1.78.0 to 1.79.3 in /test Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.78.0 to 1.79.3. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](https://github.... Pull #950 02 May 2026 01:37AM UTC web-flow github
44.62
25235818381 feature/drift-detection-requeue fix validate-merge-queue-e2e-test.yaml Pull #938 01 May 2026 10:28PM UTC web-flow github
44.62
25220207789 feature/drift-detection-requeue fix: rename ReconcileDefaultResyncSeconds to ReconcileDefaultResyncInterval Go linter flags time-unit suffixes on variable names when the type (time.Duration) already conveys meaning. Rename the Go symbol and its local companions; go fmt also rea... Pull #938 01 May 2026 05:23PM UTC pscheri github
44.62
25176423839 vbedi_user_agent add user agent for all sdk calls Pull #949 30 Apr 2026 04:20PM UTC VikramBedi github
44.61
24793127519 liucalvi/aws-go-sdk-upgrade test: Migrate integration tests from AWS SDK v1 to v2 Update all test/ integration tests and framework to use v2 SDK. Key changes: - Replace session.NewSession() with config.LoadDefaultConfig() - Replace service.New(sess) with service.NewFromCon... Pull #943 22 Apr 2026 05:39PM UTC liucalvin github
48.52
24751431041 liucalvi/aws-go-sdk-upgrade test: Migrate integration tests from AWS SDK v1 to v2 Update all test/ integration tests and framework to use v2 SDK. Key changes: - Replace session.NewSession() with config.LoadDefaultConfig() - Replace service.New(sess) with service.NewFromCon... Pull #943 21 Apr 2026 11:22PM UTC liucalvin github
48.52
24701574699 dependabot/go_modules/test/github.com/moby/spdystream-0.5.1 chore(deps): bump github.com/moby/spdystream in /test Bumps [github.com/moby/spdystream](https://github.com/moby/spdystream) from 0.5.0 to 0.5.1. - [Release notes](https://github.com/moby/spdystream/releases) - [Commits](https://github.com/moby/s... Pull #942 21 Apr 2026 03:00AM UTC web-flow github
44.6
24677332072 gateway-api-v1.5-upgrade add upgrade guide to mkdocs nav and optional storedVersions cleanup Pull #944 20 Apr 2026 04:15PM UTC VikramBedi github
44.6
See All Builds (95)

Badge your Repo: aws-application-networking-k8s

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

Refresh
  • Settings
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc