diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 67053b9..f31efb4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -32,5 +32,7 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 env: + fail_ci_if_error: true + files: ./coverage.txt token: ${{ secrets.CODECOV_TOKEN }} - slug: knbr13/gitcs + verbose: trueslug: knbr13/gitcs