Skip to content

Commit

Permalink
Synchronize the number of code coverage runs
Browse files Browse the repository at this point in the history
  • Loading branch information
greg0ire committed Feb 29, 2020
1 parent 71d86e4 commit d9612c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_commands:
tools:
external_code_coverage:
timeout: 3600
runs: 30 # 25x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP
runs: 24 # 19x Travis (jobs with COVERAGE=yes) + 3x AppVeyor (jobs with coverage=yes) + 2x ContinuousPHP

filter:
excluded_paths:
Expand Down

0 comments on commit d9612c3

Please sign in to comment.