forked from manga-py/manga-py
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.scrutinizer.yml
40 lines (39 loc) · 1.05 KB
/
.scrutinizer.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
checks:
python:
code_rating: true
duplicate_code: true
javascript: true
build:
nodes:
analysis:
project_setup:
override: true
tests:
before:
- pip3 install coverage
- pip3 install -r requirements_dev.txt
# - sudo apt remove chromium-browser -y
# - wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -O /tmp/chrome.deb
# - sudo dpkg -i /tmp/chrome.deb
# - rm /tmp/chrome.deb
# - sudo apt install -y -f --fix-missing
override:
-
command: 'coverage run --omit=manga_py/providers/*.py --source=manga_py run_tests.py'
coverage:
file: '.coverage'
format: 'py-cc'
- py-scrutinizer-run
environment:
python: 3.7.3
node: 6.0.0
apt_packages:
- dpkg
filter:
excluded_paths:
- manga_py/crypt/sunday_webry_com.py
- manga_py/crypt/aes.js
- manga_py/crypt/aes_zp.js
- tests/*.py
- run_tests.py
- manga.py