We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2718bc4 commit 705e76bCopy full SHA for 705e76b
.github/workflows/codecov-upload.yml
@@ -24,15 +24,15 @@ jobs:
24
uses: actions/download-artifact@v4
25
with:
26
name: coverage-artifacts
27
- path: ./coverage
+ path: ./coverage/packages/aws-cdk-lib/core/coverage
28
github-token: ${{ secrets.GITHUB_TOKEN }}
29
repository: ${{ github.repository }}
30
run-id: ${{ github.event.workflow_run.id }}
31
32
- name: Upload to Codecov
33
uses: codecov/codecov-action@v5
34
35
- files: ./coverage/packages/aws-cdk-lib/coverage/cobertura-coverage.xml
+ files: ./coverage/packages/aws-cdk-lib/core/coverage/cobertura-coverage.xml
36
fail_ci_if_error: true
37
flags: suite.unit
38
use_oidc: true
0 commit comments