From a1a16a7b0afb404c5ecd78a1ce43ed460c7ace50 Mon Sep 17 00:00:00 2001 From: DerekRushton <41486484+DerekRushton@users.noreply.github.com> Date: Wed, 21 Aug 2024 11:11:47 -0300 Subject: [PATCH] Update code-coverage.yml (#1711) * Update code-coverage.yml * Update code-coverage.yml --- .github/workflows/code-coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/code-coverage.yml b/.github/workflows/code-coverage.yml index d08ba40d0..4536f6968 100644 --- a/.github/workflows/code-coverage.yml +++ b/.github/workflows/code-coverage.yml @@ -34,10 +34,10 @@ jobs: pip install codecov pytest --cov=./ --cov-report=xml - name: Upload coverage information to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: version: "v0.5.2" fail_ci_if_error: true # optional (default = false) verbose: true # optional (default = false) token: ${{ secrets.CODECOV_TOKEN }} - verbose: true + #verbose: true