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 7342454 commit d34eecd
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,11 @@ build:
background: true
on_node: 1
idle_timeout: 10
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'
test:
commands:
- command: 'pytest --cov-report term --cov=apifuzzer --durations=10 --show-capture=stdout -vv -rP test'
on_node: 1
idle_timeout: 10
filter:
excluded_paths:
- "test/"

0 comments on commit d34eecd

Please sign in to comment.