Skip to content

Commit

Permalink
Update cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
holyshared committed Feb 11, 2015
1 parent ac55d9c commit 9cb27d5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions cloak.toml
Expand Up @@ -6,18 +6,21 @@ includes = ["src"]
# Exclude source files.
excludes = ["vendor", "spec"]

[report]
reportDirectory = "./tmp"

[report.coverageBounds]
satisfactory = 80.0
critical = 50.0

[reporter]

# TextReporter
[reporter.text]
highLowerBound = 70.0
lowUpperBound = 35.0

# LcovReporter
[reporter.lcov]
outputFilePath = "tmp/report.lcov"
fileName = "report.lcov"

# ProcessingTimeReporter
[reporter.processingTime]

4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -13,10 +13,10 @@
"eloquent/pathogen": "~0.6"
},
"require-dev": {
"peridot-php/peridot": "~1.11",
"peridot-php/peridot": "~1.12",
"beberlei/assert": "~2.3",
"phpspec/prophecy": "~1.3",
"cloak/peridot-cloak": "~1.0",
"cloak/peridot-cloak": "~1.1",
"cloak/robo-coveralls-kit": "~1.0",
"robo-peridot/robo-peridot": "~1.0",
"halleck45/php-metrics": "~1.1",
Expand Down

0 comments on commit 9cb27d5

Please sign in to comment.