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 7069c39 commit 01e93ae
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ tools:
pylint:
python_version: 3
config_file: '.pylintrc'

build:
environment:
python: 3.7.1
Expand All @@ -31,14 +30,14 @@ 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'
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'
filter:
excluded_paths:
- "test/"
Expand Down

0 comments on commit 01e93ae

Please sign in to comment.