Skip to content

Commit 09b9f4e

Browse files
authored
Use the codecov token. (#7834)
* Use the codecov token and v4 action
1 parent 39a359d commit 09b9f4e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/ci-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
run: bundle exec fastlane test
6363

6464
- name: Upload coverage to Codecov
65-
uses: codecov/codecov-action@v3
65+
uses: codecov/codecov-action@v4
6666
with:
67+
token: ${{ secrets.CODECOV_TOKEN }}
6768
flags: unittests

.github/workflows/ci-ui-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: bundle exec fastlane uitest
5858

5959
- name: Upload coverage to Codecov
60-
uses: codecov/codecov-action@v3
60+
uses: codecov/codecov-action@v4
6161
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}
6263
flags: uitests
63-

0 commit comments

Comments
 (0)