Commit 7fe1146 1 parent fd047a7 commit 7fe1146 Copy full SHA for 7fe1146
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 73
73
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
74
74
pytest --tx 6*popen --durations=50 --dist loadfile -v --cov=pyaedt --cov-report=xml --junitxml=junit/test-results.xml --cov-report=html _unittest
75
75
76
- - uses : codecov/codecov-action@v3
76
+ - uses : codecov/codecov-action@v4
77
77
env :
78
78
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
79
79
if : matrix.python-version == '3.8'
Original file line number Diff line number Diff line change 76
76
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
77
77
pytest --durations=50 -v --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml _unittest_solvers
78
78
79
- - uses : codecov/codecov-action@v3
79
+ - uses : codecov/codecov-action@v4
80
80
env :
81
81
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
82
82
with :
@@ -139,7 +139,7 @@ jobs:
139
139
Set-Item -Path env:PYTHONMALLOC -Value "malloc"
140
140
pytest -n 6 --dist loadfile --durations=50 -v --cov=pyaedt --cov-report=xml --cov-report=html --junitxml=junit/test-results.xml _unittest
141
141
142
- - uses : codecov/codecov-action@v3
142
+ - uses : codecov/codecov-action@v4
143
143
env :
144
144
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
145
145
with :
You can’t perform that action at this time.
0 commit comments