From 87669ada9a3c4ffb62ed3ae8d38045bf5204d025 Mon Sep 17 00:00:00 2001 From: Jared Wahlstrand Date: Sat, 21 Sep 2024 17:39:33 -0400 Subject: [PATCH] try to fix Codecov --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42483681..61284651 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,9 +52,11 @@ jobs: if: startsWith(matrix.os, 'ubuntu') with: directories: GI/src,src - - uses: codecov/codecov-action@v3 + - uses: codecov/codecov-action@v4 if: startsWith(matrix.os, 'ubuntu') with: + token: ${{ secrets.CODECOV_TOKEN }} + fail_ci_if_error: false # or true if you want CI to fail when Codecov fails file: lcov.info Documentation: