fix(ci): pass CODECOV_TOKEN to codecov-action

This commit is contained in:
Marwin Glaser 2025-01-21 13:39:11 +01:00 committed by Julius Pfrommer
parent 6be6e24866
commit 575d0adca7

View File

@ -28,3 +28,5 @@ jobs:
tree .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v5
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}