Skip to content

Commit 3d88111

Browse files
committed
Enable code rating.
1 parent be813a3 commit 3d88111

File tree

1 file changed

+23
-18
lines changed

1 file changed

+23
-18
lines changed

.scrutinizer.yml

Lines changed: 23 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,35 @@
11
filter:
2-
excluded_paths:
3-
- test/*
2+
excluded_paths:
3+
- test/*
44

55
before_commands:
66
- sudo pip3 install cleo==0.6.1
77
- sudo pip3 install lxml
88
- sudo pip3 install coverage
99

1010
build:
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

0 commit comments

Comments
 (0)