We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f7942 commit 1362ce6Copy full SHA for 1362ce6
.github/workflows/testing.yml
@@ -107,7 +107,7 @@ jobs:
107
shell: bash -l {0}
108
run: python${{ matrix.python-version }} -m pytest --cov=emmet --cov-report=xml ${{ matrix.package }}/tests
109
110
- - uses: codecov/codecov-action@v5.3.1
+ - uses: codecov/codecov-action@v5.4.0
111
with:
112
token: ${{ secrets.CODECOV_TOKEN }}
113
file: ./coverage.xml
0 commit comments