Skip to content

Commit 8c6345b

Browse files
committed
ci: fix codecov integration
1 parent 0a10a7b commit 8c6345b

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/css-processor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
name: Behavior Tests
3434
- run: yarn build:css-processor
3535
name: Build
36-
- uses: codecov/codecov-action@v2
36+
- uses: codecov/codecov-action@v4
3737
with:
3838
flags: css-processor
39-
fail_ci_if_error: false
39+
fail_ci_if_error: true
40+
token: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/transient-render-engine.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
name: Behavior Tests
3838
- run: yarn build:transient-render-engine
3939
name: Build
40-
- uses: codecov/codecov-action@v2
40+
- uses: codecov/codecov-action@v4
4141
with:
4242
flags: transient-render-engine
43-
fail_ci_if_error: false
43+
fail_ci_if_error: true
44+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)