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 363764c822
commit b59f7967f6
2 changed files with 4 additions and 3 deletions
+2 -1
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