Skip to content

Commit db612e0

Browse files
reporter for mac tests in python
1 parent bd11159 commit db612e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ python_macos:
116116
- cd python_multilib
117117
- pip3 install --upgrade pip
118118
- pip3 install -r requirements.txt
119-
- coverage run -m pytest --pylama --junitxml=report.xml
119+
- coverage run -m pytest --pylama --junitxml=report.xml || echo "Failed See Test-Report!"
120120
- coverage report
121121
- coverage-badge -fo docs/coverage.svg
122122
artifacts:

0 commit comments

Comments
 (0)