Fix uploading of codecov bundle reports

This commit is contained in:
Quentin Gliech
2024-11-14 19:03:54 +01:00
parent 3943465e21
commit 86df1fe2d0
2 changed files with 3 additions and 5 deletions

View File

@@ -67,7 +67,7 @@ jobs:
working-directory: ./frontend
run: npm run build
env:
UPLOAD_CODECOV_BUNDLE: "true"
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Test
working-directory: ./frontend