Merge pull request #21167 from timvandermeij/fix-coverage-workflow

Fix the Codecov token not being usable in the unit tests GitHub Actions workflow
This commit is contained in:
Tim van der Meij 2026-04-26 20:40:20 +02:00 committed by GitHub
commit b178305a8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,6 +35,7 @@ jobs:
os: [windows-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
environment: code-coverage
steps:
- name: Checkout repository