grunt-coveralls-merge

0.1.1 • Public • Published

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

Parameter Type Description
coveralls_file Array List of coveralls file in json format.
dryRun boolean true: will save a coveralls-merged.json file in coverage_dir
false: will send data to coveralls
coverage_dir String Folder used to save coveralls-merged.json

Readme

Keywords

none

Package Sidebar

Install

npm i grunt-coveralls-merge

Weekly Downloads

2

Version

0.1.1

License

none

Last publish

Collaborators

  • speralta