File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7272 # Testpaths are defined in the pytest.ini file:
7373 run : pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
7474
75- - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
75+ - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
7676 if : matrix.os == 'windows-latest' && matrix.python-version == '3.10'
7777 with :
7878 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 2828 # Testpaths are defined in the pytest.ini file:
2929 run : pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
3030
31- - uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
31+ - uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5
3232 with :
3333 token : ${{ secrets.CODECOV_TOKEN }}
3434 file : ./coverage.xml
You can’t perform that action at this time.
0 commit comments