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 14f9628 commit 0f6f7e1Copy full SHA for 0f6f7e1
.github/workflows/checks.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: 🧪 Run tests
26
run: xcodebuild test -scheme "swift-nibbles-Package" -testPlan "swift-nibbles-Package" -destination "OS=17.0,name=iPhone 15 Pro"
27
- name: 📊 Upload Coverage
28
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
29
with:
30
token: ${{ secrets.CODECOV_TOKEN }}
31
swift: true
0 commit comments