diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 802b3628..9156405d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -53,7 +53,7 @@ jobs: - name: "Upload coverage report" if: github.repository == 'artefactual-labs/AIPscan' uses: "codecov/codecov-action@v4" - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + CODECOV_TOKEN: "${{ secrets.CODECOV_TOKEN }}" with: files: ./coverage.xml fail_ci_if_error: true