diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index cc7293ea..53b9908e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -40,6 +40,6 @@ jobs: - name: Upload test report to Codecov if: ${{ !cancelled() }} - uses: codecov/test-results-action@v1 - with: - token: ${{ secrets.CODECOV_TOKEN }} + uses: codecov/test-results-action@v1 + with: + token: ${{ secrets.CODECOV_TOKEN }}