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 838840b commit f7e44e6Copy full SHA for f7e44e6
1 file changed
.github/workflows/codecov.yml
@@ -13,6 +13,9 @@ on:
13
jobs:
14
build:
15
runs-on: macOS-latest
16
+ permissions:
17
+ contents: read
18
+ id-token: write
19
steps:
20
- name: Checkout
21
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
@@ -168,7 +171,13 @@ jobs:
168
171
fi
169
172
170
173
- name: Upload coverage to Codecov
- run: bash <(curl -s https://codecov.io/bash) -J 'fearless'
174
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
175
+ with:
176
+ fail_ci_if_error: true
177
+ plugins: xcode
178
+ swift_project: fearless
179
+ use_oidc: true
180
+ version: v11.3.1
181
182
jenkins-pr-merge:
183
name: continuous-integration/jenkins/pr-merge
0 commit comments