Skip to content

Commit 024c89a

Browse files
committed
ci: fix code coverage reporting
1 parent c456ea9 commit 024c89a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.codecov.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,15 @@ coverage:
88
default:
99
target: auto
1010
threshold: 10%
11+
flags:
12+
- unit
13+
- acceptance
1114
patch:
1215
default:
1316
informational: true
17+
flags:
18+
- unit
19+
- acceptance
1420

1521
comment:
1622
require_changes: true

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
timeout-minutes: 11
166166

167167
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
168-
if: ${{ !cancelled() && !startsWith(github.head_ref, 'renovate/') && matrix.tool == 'terraform' && matrix.version == 'v1.10.x' }}
168+
if: ${{ !cancelled() && !startsWith(github.head_ref, 'renovate/') && matrix.tool == 'terraform' && matrix.version == 'v1.11.x' }}
169169
with:
170170
token: ${{ secrets.CODECOV_TOKEN }}
171171
flags: acceptance

0 commit comments

Comments
 (0)