diff --git a/.github/workflows/test_push.yml b/.github/workflows/test_push.yml index 82645c6..cb28c70 100644 --- a/.github/workflows/test_push.yml +++ b/.github/workflows/test_push.yml @@ -26,11 +26,11 @@ jobs: - name: Update coverage report uses: ncruces/go-coverage-report@v0 with: - coverage-file: cover.out + coverage-file: ./cover.out report: true chart: true amend: true if: | matrix.os == 'ubuntu-latest' && github.event_name == 'push' - continue-on-error: true \ No newline at end of file + #continue-on-error: true \ No newline at end of file