[ci] Fix Codecov upload

Setup a repository token and use it, this seems to be required now.
This commit is contained in:
Khaled Hosny 2024-10-10 14:09:58 +03:00 committed by خالد حسني (Khaled Hosny)
parent 6a25df24b0
commit 9c00255b4a
2 changed files with 2 additions and 0 deletions

View file

@ -72,4 +72,5 @@ jobs:
- name: Upload Coverage
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: build/meson-logs/coverage.xml

View file

@ -63,4 +63,5 @@ jobs:
- name: Upload Coverage
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: build/meson-logs/coverage.xml