From 85d9c96a3169ccb357bf39c5ca885209dde1b5bb Mon Sep 17 00:00:00 2001 From: "Tiffany A. Timbers" Date: Mon, 6 Jan 2025 11:08:42 -0800 Subject: [PATCH] bump to codecov-action@v5 --- {{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml b/{{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml index 215807a..4f1ab63 100644 --- a/{{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml +++ b/{{ cookiecutter.__package_slug }}/.github/workflows/ci-cd.yml @@ -27,9 +27,9 @@ jobs: run: poetry run pytest tests/ --cov={{ cookiecutter.__package_slug }} --cov-report=xml - name: Use Codecov to track coverage - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v5 with: - files: ./coverage.xml # coverage report + token: ${{ secrets.CODECOV_TOKEN }} - name: Build documentation run: poetry run make html --directory docs/