diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 721515a9..46801bb7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -32,7 +32,7 @@ jobs: poetry run pytest --cov=. --cov-report=xml --strict-markers --mypy -v puppetboard test poetry run pylint --errors-only puppetboard test - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.1.1 + uses: codecov/codecov-action@v5.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: true