diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 14:48:21 -0600 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2024-04-17 14:48:21 -0600 |
commit | 24e9c93af3a28b188eef4726c674c8fcf21c8eee (patch) | |
tree | b2bbf91bc10ee2386f8a4d10325160a434c2901e /.gitea | |
parent | 46fbf2e82248effe17c5b04057832d76c67874da (diff) |
remove slug option
Diffstat (limited to '.gitea')
-rw-r--r-- | .gitea/workflows/codecov.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitea/workflows/codecov.yaml b/.gitea/workflows/codecov.yaml index 1f22fbc..7a1aac1 100644 --- a/.gitea/workflows/codecov.yaml +++ b/.gitea/workflows/codecov.yaml @@ -17,5 +17,5 @@ jobs: - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4 with: + fail_ci_if_error: true token: ${{ secrets.CODECOV_TOKEN }} - slug: navanchauhan/swift-chess-neo |