0.1.1 • Published 10 years ago

grunt-coveralls-merge v0.1.1

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

grunt-coveralls-merge

Codeship Status

Getting started

To publish to coveralls.io multiple reports:

coveralls_merge: {
  options: {
    dryRun: false,
    coveralls_files: [
      'coverallsFile1.json',
      'coverallsFile2.json'
    ],
    coverage_dir: 'coverage'
  }
}

Complete configuration

ParameterTypeDescription
coveralls_fileArrayList of coveralls file in json format.
dryRunbooleantrue: will save a coveralls-merged.json file in coverage_dirfalse: will send data to coveralls
coverage_dirStringFolder used to save coveralls-merged.json