File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # 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 :
Original file line number Diff line number Diff line change 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@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
3333 with :
3434 token : ${{ secrets.CODECOV_TOKEN }}
3535 file : ./coverage.xml
You can’t perform that action at this time.
0 commit comments