Skip to content

Commit

Permalink
chore: remove code (aws#33474)
Browse files Browse the repository at this point in the history
This removes the code of the CLI and CLI-related packages. Those are being moved to a different repository, as announced in aws#32775

The PR that adds them is here: aws/aws-cdk-cli#37

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
rix0rrr authored Feb 18, 2025
1 parent 411dc5a commit 8b87a63
Show file tree
Hide file tree
Showing 790 changed files with 768 additions and 169,577 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
collect:
name: collect
Expand All @@ -26,19 +26,13 @@ jobs:
- name: Build Library
run: npx lerna run build --scope=aws-cdk-lib

- name: Build CLI
run: npx lerna run build --scope=aws-cdk

- name: Run Core tests
run: cd packages/aws-cdk-lib && yarn test core

- name: Run CLI tests
run: cd packages/aws-cdk && yarn test

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
files: packages/aws-cdk/coverage/cobertura-coverage.xml,packages/aws-cdk-lib/coverage/cobertura-coverage.xml
files: packages/aws-cdk-lib/coverage/cobertura-coverage.xml
fail_ci_if_error: true
flags: suite.unit
use_oidc: true
4 changes: 0 additions & 4 deletions packages/@aws-cdk-testing/cli-integ/.eslintrc.js

This file was deleted.

20 changes: 0 additions & 20 deletions packages/@aws-cdk-testing/cli-integ/.gitignore

This file was deleted.

32 changes: 0 additions & 32 deletions packages/@aws-cdk-testing/cli-integ/.npmignore

This file was deleted.

201 changes: 0 additions & 201 deletions packages/@aws-cdk-testing/cli-integ/LICENSE

This file was deleted.

16 changes: 0 additions & 16 deletions packages/@aws-cdk-testing/cli-integ/NOTICE

This file was deleted.

Loading

0 comments on commit 8b87a63

Please sign in to comment.