Codecov: Add token for codecov-action@v3 to fix coverage report (#2727)

Moving to v4 is blocked because of a fundamental issue with https://github.com/codecov/codecov-action/issues/1279 on our mac runners and because the reported coverage is [decreasing with v4](https://app.codecov.io/gh/element-hq/element-x-ios/pull/2719/flags)
This commit is contained in:
manuroe
2024-04-22 14:59:51 +02:00
committed by GitHub
parent fc8ad227bd
commit fa7520c553
3 changed files with 6 additions and 0 deletions

View File

@@ -62,4 +62,6 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests