Skip to content

Commit 4552822

Browse files
chore(deps): update codecov/codecov-action digest to 75cd116
1 parent 373b6d7 commit 4552822

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Testpaths are defined in the pytest.ini file:
8282
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
8383

84-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
84+
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
8585
# Report code coverage from windows runner; xdist + ubuntu gives incorrect results
8686
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10'
8787
with:

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Testpaths are defined in the pytest.ini file:
3030
run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
3131

32-
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
32+
- uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
file: ./coverage.xml

0 commit comments

Comments
 (0)