diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f2066e..2f03ce4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,8 @@ jobs: python -m pytest -ra --cov --cov-report=xml --cov-report=term --durations=20 - - name: Upload coverage report - uses: codecov/codecov-action@v4.6.0 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v5 with: - token: ${{ secrets.CODECOV_TOKEN }} + token: ${{ secrets.CODECOV_TOKEN }} + slug: AlecThomson/rm-lite