Skip to content

Commit 9162bab

Browse files
chore(deps): update codecov/codecov-action digest to e79a696
1 parent e747209 commit 9162bab

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
84+
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
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/coverage-master.yml

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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
32+
- uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535
file: ./coverage.xml

0 commit comments

Comments
 (0)