File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed
Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 9292 run : |
9393 pylint -v --rcfile ./pylintrc --fail-under 10.0 ./app/combine-statics
9494
95- - name : combine-timeavgs pytest (STEP CONTINUES ON FAILURE)
96- continue-on-error : true
97- run : |
98- echo "i have no tests yet"
99- pytest -vv -rx app/combine-timeavgs/tests
100-
101- - name : combine-timeavgs pylint (STEP CONTINUES ON FAILURE)
102- continue-on-error : true
103- run : |
104- echo "i am not python in any part yet"
105- pylint -v --rcfile ./pylintrc --fail-under 0.0 ./app/combine-timeavgs
106-
107- - name : make-timeavgs pytest (STEP CONTINUES ON FAILURE)
108- continue-on-error : true
109- run : |
110- echo "i have no tests yet"
111- pytest -vv -rx app/make-timeavgs/tests
112-
113- - name : make-timeavgs pylint (STEP CONTINUES ON FAILURE)
114- continue-on-error : true
115- run : |
116- echo "i am not python in any part yet"
117- pylint -v --rcfile ./pylintrc --fail-under 0.0 ./app/make-timeavgs
118-
11995 - name : analysis pytest (STEP CONTINUES ON FAILURE)
12096 continue-on-error : true
12197 run : |
You can’t perform that action at this time.
0 commit comments