diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 21077afdd3..d54bb7ae7d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -108,7 +108,7 @@ jobs: EMMET_USE_EMMET_MODELS: true run: python${{ matrix.python-version }} -m pytest -n auto --cov=emmet --cov-report=xml ${{ matrix.package }}/tests - - uses: codecov/codecov-action@v5.5.2 + - uses: codecov/codecov-action@v5.5.3 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml