Use the codecov token. (#7834)

* Use the codecov token and v4 action
This commit is contained in:
Doug 2024-08-20 13:56:04 +01:00 committed by GitHub
parent 39a359d079
commit 09b9f4e771
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View file

@ -62,6 +62,7 @@ jobs:
run: bundle exec fastlane test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests

View file

@ -57,7 +57,7 @@ jobs:
run: bundle exec fastlane uitest
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: uitests