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 0a10a7b commit 8c6345bCopy full SHA for 8c6345b
.github/workflows/css-processor.yml
@@ -33,7 +33,8 @@ jobs:
33
name: Behavior Tests
34
- run: yarn build:css-processor
35
name: Build
36
- - uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v4
37
with:
38
flags: css-processor
39
- fail_ci_if_error: false
+ fail_ci_if_error: true
40
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/transient-render-engine.yml
@@ -37,7 +37,8 @@ jobs:
- run: yarn build:transient-render-engine
41
42
flags: transient-render-engine
43
44
0 commit comments