Cellarise/istanbul-reporter-clover-limits

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "author": "John Barry",
  "name": "istanbul-reporter-clover-limits",
  "description": "An istanbul report implementation that produces a clover xml file and summary test coverage json file with configurable watermarks.",
  "version": "0.1.14",
  "repository": {
    "type": "git",
    "url": "git://github.com/Cellarise/istanbul-reporter-clover-limits.git"
  },
  "config": {
    "projectCode": "MDCOVSM",
    "build": "56",
    "buildTimestamp": "2016-07-13T14:02:48.537Z",
    "adminEmail": "admin@cellarise.com",
    "coverage": {
      "codeClimate": true,
      "watermarks": {
        "statements": [
          50,
          80,
          100
        ],
        "lines": [
          50,
          80,
          20
        ],
        "functions": [
          50,
          80,
          100
        ],
        "branches": [
          50,
          80,
          100
        ]
      },
      "stats": {
        "lines": {
          "pctSkipped": 0,
          "pct": 96,
          "colour": "green"
        },
        "branches": {
          "pctSkipped": 25,
          "pct": 84,
          "colour": "green"
        },
        "statements": {
          "pctSkipped": 23,
          "pct": 96,
          "colour": "green"
        },
        "functions": {
          "pctSkipped": 29,
          "pct": 92,
          "colour": "green"
        },
        "skipped": {
          "pct": 19
        },
        "overall": {
          "pct": 92,
          "colour": "green"
        }
      }
    }
  },
  "main": "./lib/clover-limits.js",
  "scripts": {
    "test": "./node_modules/.bin/gulp"
  },
  "dependencies": {
    "async": "^2.6.1",
    "istanbul": "^0.4.5",
    "mkdirp": "^0.5.0",
    "sloc": "^0.2.0"
  },
  "devDependencies": {
    "bunyan": "^1.1.3",
    "bunyan-format": "^0.2.1",
    "glob": "^5.0.6",
    "gulp": "^3.8.6",
    "gulp-eslint": "^1.0.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-json-editor": "^2.2.1",
    "gulp-load-params": "^0.1.3",
    "gulp-mocha": "^2.0.0",
    "gulp-util": "^3.0.0",
    "istanbul-reporter-clover-limits": "^0.1.1",
    "mkdirp": "^0.5.0",
    "mocha-bamboo-reporter-bgo": "^1.0.7",
    "ramda": "^0.17.1",
    "run-sequence": "^1.0.0",
    "yadda": "^0.15.2"
  },
  "license": "MIT License (MIT)",
  "directories": {
    "lib": "lib",
    "bin": "bin",
    "doc": "doc",
    "tasks": "tasks",
    "templates": "templates",
    "test": "Test",
    "reports": "Reports",
    "build": "Build"
  },
  "optionalDependencies": {}
}