We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eda886 commit a951bfdCopy full SHA for a951bfd
1 file changed
.github/workflows/testing.yml
@@ -108,7 +108,7 @@ jobs:
108
EMMET_USE_EMMET_MODELS: true
109
run: python${{ matrix.python-version }} -m pytest -n auto --cov=emmet --cov-report=xml ${{ matrix.package }}/tests
110
111
- - uses: codecov/codecov-action@v5.5.1
+ - uses: codecov/codecov-action@v5.5.2
112
with:
113
token: ${{ secrets.CODECOV_TOKEN }}
114
file: ./coverage.xml
0 commit comments