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:
patrick96 2024-08-04 13:27:56 +02:00 committed by Patrick Ziegler
parent 52ff00c28d
commit 6f8db4a3fe

View File

@ -146,6 +146,7 @@ jobs:
if: ${{ matrix.polybar_build_type == 'tests' }} if: ${{ matrix.polybar_build_type == 'tests' }}
uses: codecov/codecov-action@v4 uses: codecov/codecov-action@v4
with: with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests flags: unittests
# We provide our own coverage files # We provide our own coverage files
disable_search: true disable_search: true