File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff 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
1521comment :
1622 require_changes : true
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments