Skip to content

Commit

Permalink
scrutunizer config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Dec 30, 2020
1 parent 01e93ae commit 7342454
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ build:
- py-scrutinizer-run
- command: pylint-run
use_website_config: true
test:
project_setup:
before:
- command: pip3 install -r test/requirements_for_test.txt
Expand All @@ -30,15 +29,13 @@ build:
background: true
on_node: 1
idle_timeout: 10
commands:
- command: 'pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test'
on_node: 1
idle_timeout: 10
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'
command: 'pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test'
on_node: 1
idle_timeout: 10
coverage:
file: '.coverage'
config_file: '.coveragerc'
format: 'py-cc'
filter:
excluded_paths:
- "test/"
# https://github.com/scrutinizer-ci/ocular.py

0 comments on commit 7342454

Please sign in to comment.