diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5502a5a..1b002fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,13 @@ jobs: uses: einride/sage/actions/setup@master - name: Make - run: make + run: + | echo $(env) + | make - name: Report Code Coverage uses: codecov/codecov-action@v4 with: file: .sage/build/go/coverage/go-test.txt fail_ci_if_error: true + token: ${{ secrets.CODECOV_TOKEN }}