We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbf0d6 commit e1d601aCopy full SHA for e1d601a
.github/workflows/ci-integration-tests.yml
@@ -88,4 +88,6 @@ jobs:
88
89
# Upload coverage
90
- name: Upload coverage to Codecov
91
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
92
+ with:
93
+ token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci-unit-tests.yml
@@ -64,4 +64,6 @@ jobs:
64
path: build/test/MatrixSDK-macOS.xcresult/
65
66
67
68
69
0 commit comments