From 6fbf8d4d735b7a9b2c24ffd4c718bad8658e6ee7 Mon Sep 17 00:00:00 2001 From: knbr13 Date: Mon, 19 Feb 2024 21:50:44 +0200 Subject: [PATCH] update coverage --- .github/workflows/test.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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