File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 29
29
- name : Show pip list
30
30
run : |
31
31
pip list
32
- - name : Check style against standards using prospector
32
+ - name : Check style against standards using prospector (only warn for now, but never fail)
33
33
shell : bash -l {0}
34
- run : prospector --profile linter_profile -o grouped -o pylint:pylint-report.txt
34
+ run : prospector --profile linter_profile -o grouped -o pylint:pylint-report.txt --zero-exit
35
35
- name : Run unit test / Test coverage with Scrutinizer
36
36
run : |
37
37
pytest
69
69
- name : Run unit tests
70
70
run : |
71
71
pytest
72
- - name : Check style against standards using prospector
72
+ - name : Check style against standards using prospector (only warn for now, but never fail)
73
73
shell : bash -l {0}
74
- run : prospector --profile linter_profile -o grouped -o pylint:pylint-report.txt
74
+ run : prospector --profile linter_profile -o grouped -o pylint:pylint-report.txt --zero-exit
You can’t perform that action at this time.
0 commit comments