diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index cc402f9ca7..6b17f2da51 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -126,7 +126,7 @@ jobs: shell: bash -l {0} run: python${{ matrix.python-version }} -m pytest --cov=emmet --cov-report=xml ${{ matrix.package }}/tests - - uses: codecov/codecov-action@v3.1.1 + - uses: codecov/codecov-action@v3.1.2 with: token: ${{ secrets.CODECOV_TOKEN }} file: ./coverage.xml