Skip to content

Commit e1d601a

Browse files
authored
Use the codecov token. (#1877)
* Use the codecov token. * Use codecov v4?
1 parent 3fbf0d6 commit e1d601a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -88,4 +88,6 @@ jobs:
8888

8989
# Upload coverage
9090
- name: Upload coverage to Codecov
91-
uses: codecov/codecov-action@v3
91+
uses: codecov/codecov-action@v4
92+
with:
93+
token: ${{ secrets.CODECOV_TOKEN }}

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ jobs:
6464
path: build/test/MatrixSDK-macOS.xcresult/
6565

6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v3
67+
uses: codecov/codecov-action@v4
68+
with:
69+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)