Skip to content

Commit a951bfd

Browse files
bump codecov action
1 parent 8eda886 commit a951bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
EMMET_USE_EMMET_MODELS: true
109109
run: python${{ matrix.python-version }} -m pytest -n auto --cov=emmet --cov-report=xml ${{ matrix.package }}/tests
110110

111-
- uses: codecov/codecov-action@v5.5.1
111+
- uses: codecov/codecov-action@v5.5.2
112112
with:
113113
token: ${{ secrets.CODECOV_TOKEN }}
114114
file: ./coverage.xml

0 commit comments

Comments
 (0)