mirror of
https://github.com/polybar/polybar.git
synced 2026-03-04 07:19:15 +00:00
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:
committed by
Patrick Ziegler
parent
52ff00c28d
commit
6f8db4a3fe
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user