diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bcb5c72..546d260 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -42,7 +42,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.3.0 + uses: codecov/codecov-action@v5.3.1 with: token: ${{ secrets.codecov_token }} files: coverage.xml