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 953a4db commit 65ffbb7Copy full SHA for 65ffbb7
.github/workflows/release.yml
@@ -20,6 +20,11 @@ jobs:
20
name: Node ${{ matrix.node }}, Svelte ${{ matrix.svelte }}, ${{ matrix.test-runner }}
21
runs-on: ubuntu-latest
22
continue-on-error: ${{ matrix.experimental }}
23
+
24
+ # enable OIDC for codecov uploads
25
+ permissions:
26
+ id-token: write
27
28
strategy:
29
fail-fast: false
30
matrix:
@@ -64,7 +69,10 @@ jobs:
64
69
run: npm run types
65
70
66
71
- name: ⬆️ Upload coverage report
67
- uses: codecov/codecov-action@v3
72
+ uses: codecov/codecov-action@v4
73
+ with:
74
+ use_oidc: true
75
+ fail_ci_if_error: true
68
76
77
build:
78
0 commit comments