diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 3b8466aa2..64f70f40e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -115,6 +115,8 @@ jobs: with: flags: ui directory: ./ui/coverage + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} lint-js: name: Lint JS code