mirror of https://github.com/polybar/polybar.git
ci: Use codecov token
This wasn't required for PRs but for the job that runs on the `master` branch, the job fails without the token (because it's a protected branch)
This commit is contained in:
parent
df87c7ac21
commit
5aaf49864a
|
@ -146,6 +146,7 @@ jobs:
|
|||
if: ${{ matrix.polybar_build_type == 'tests' }}
|
||||
uses: codecov/codecov-action@v4
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
flags: unittests
|
||||
# We provide our own coverage files
|
||||
disable_search: true
|
||||
|
|
Loading…
Reference in New Issue