# Chart.js
-[](https://travis-ci.org/nnnick/Chart.js) [](https://codeclimate.com/github/nnnick/Chart.js)
+[](https://travis-ci.org/nnnick/Chart.js) [](https://codeclimate.com/github/nnnick/Chart.js)[](https://coveralls.io/r/nnncik/Chart.js?branch=v2.0-dev)
+
*Simple HTML5 Charts using the canvas element* [chartjs.org](http://www.chartjs.org)
reporters: ['progress', 'coverage'],
coverageReporter: {
- type: 'html',
- dir: 'coverage/'
+ dir: 'coverage/',
+ reporters: [
+ { type: 'html', subdir: 'report-html' },
+ { type: 'lcovonly', subdir: '.', file: 'lcov.info' }
+ ]
}
});
};
\ No newline at end of file
"devDependencies": {
"browserify": "^13.0.0",
"browserify-istanbul": "^0.2.1",
+ "coveralls": "^2.11.6",
"gulp": "3.9.x",
"gulp-concat": "~2.1.x",
"gulp-connect": "~2.0.5",