diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cb1b742f7..7f3908543 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,6 +127,7 @@ jobs: - name: Upload Coverage uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./out/tests/coverage-unit.txt flags: unit,os_${{ matrix.os }} fail_ci_if_error: true