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 39a359d commit 09b9f4eCopy full SHA for 09b9f4e
.github/workflows/ci-tests.yml
@@ -62,6 +62,7 @@ jobs:
62
run: bundle exec fastlane test
63
64
- name: Upload coverage to Codecov
65
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
66
with:
67
+ token: ${{ secrets.CODECOV_TOKEN }}
68
flags: unittests
.github/workflows/ci-ui-tests.yml
@@ -57,7 +57,7 @@ jobs:
57
run: bundle exec fastlane uitest
58
59
60
61
flags: uitests
-
0 commit comments