Skip to content

fix(codepipeline): prevent S3 bucket orphaning in cross-region support stacks #4545

fix(codepipeline): prevent S3 bucket orphaning in cross-region support stacks

fix(codepipeline): prevent S3 bucket orphaning in cross-region support stacks #4545

Workflow file for this run

name: Codecov Collect
on:
pull_request:
permissions:
contents: read
jobs:
collect:
name: Collect Coverage
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
- name: Set up Node
uses: actions/setup-node@v5
- name: Install dependencies
run: yarn install
- name: Build Library
run: npx lerna run build --scope=aws-cdk-lib
- name: Run Core tests
run: cd packages/aws-cdk-lib && yarn test core
- name: Upload Coverage and PR Info
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
path: |
packages/aws-cdk-lib/coverage/cobertura-coverage.xml