File tree Expand file tree Collapse file tree 1 file changed +23
-18
lines changed
Expand file tree Collapse file tree 1 file changed +23
-18
lines changed Original file line number Diff line number Diff line change 11filter :
2- excluded_paths :
3- - test/*
2+ excluded_paths :
3+ - test/*
44
55before_commands :
66 - sudo pip3 install cleo==0.6.1
77 - sudo pip3 install lxml
88 - sudo pip3 install coverage
99
1010build :
11- dependencies :
12- before :
13- - pip3 install cleo==0.6.1
14- - pip3 install lxml
15- - pip3 install coverage
11+ dependencies :
12+ before :
13+ - pip3 install cleo==0.6.1
14+ - pip3 install lxml
15+ - pip3 install coverage
1616
17- tests :
18- before :
19- - unzip -x test/var/lib/20190101\ Groupertabellen\ v20180920.zip -d test/var/lib/
20- - kerapu kerapu:shredder test/var/lib/20190101\ BoomBestanden\ v20180920.xml test/var/lib/
21- - kerapu kerapu:shredder test/var/lib/20190101\ Referenties\ v20180920.xml test/var/lib/
17+ tests :
18+ before :
19+ - unzip -x test/var/lib/20190101\ Groupertabellen\ v20180920.zip -d test/var/lib/
20+ - kerapu kerapu:shredder test/var/lib/20190101\ BoomBestanden\ v20180920.xml test/var/lib/
21+ - kerapu kerapu:shredder test/var/lib/20190101\ Referenties\ v20180920.xml test/var/lib/
2222
23+ override :
24+ - command : coverage run -m unittest discover -s test -p *Test.py
25+ coverage :
26+ file : ' .coverage'
27+ config_file : ' .coveragerc'
28+ format : ' py-cc'
29+
30+ nodes :
31+ analysis :
32+ tests :
2333 override :
24- -
25- command : coverage run -m unittest discover -s test -p *Test.py
26- coverage :
27- file : ' .coverage'
28- config_file : ' .coveragerc'
29- format : ' py-cc'
34+ - py-scrutinizer-run
3035
You can’t perform that action at this time.
0 commit comments