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 58
58
mpirun -n 2 python -m pytest --only-mpi
59
59
pytest -m integration_test --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
60
60
- name : Upload coverage to Codecov
61
- uses : Wandalen/wretry.action@v3.7.2
61
+ uses : Wandalen/wretry.action@v3.8.0
62
62
with :
63
63
action : codecov/codecov-action@v4.0.0
64
64
with : |
Original file line number Diff line number Diff line change 44
44
poetry install --with test --all-extras
45
45
pytest -m "not integration_test" --cov-report term --cov-report xml:./coverage.xml --cov=cyclops -n auto --dist loadscope
46
46
- name : Upload coverage to Codecov
47
- uses : Wandalen/wretry.action@v3.7.2
47
+ uses : Wandalen/wretry.action@v3.8.0
48
48
with :
49
49
action : codecov/codecov-action@v4.0.0
50
50
with : |
You can’t perform that action at this time.
0 commit comments