mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-04 21:15:06 +00:00
[ci] Fix Codecov upload
Setup a repository token and use it, this seems to be required now.
This commit is contained in:
parent
6a25df24b0
commit
9c00255b4a
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linux-ci.yml
vendored
1
.github/workflows/linux-ci.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/macos-ci.yml
vendored
1
.github/workflows/macos-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue