diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 551e8ff..9e37b2f 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -36,7 +36,7 @@ jobs: python -m pytest tests/ -v --cov-report term-missing --cov=lessons --cov-report=xml # yamllint enable rule:line-length - name: Upload coverage to Codecov - uses: codecov/codecov-action@v5.5.0 + uses: codecov/codecov-action@v5.5.1 with: token: ${{ secrets.codecov_token }} files: coverage.xml