File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33[ ![ npm package] ( https://badge.fury.io/js/angular-chart.js.svg )] ( https://badge.fury.io/js/angular-chart.js )
44[ ![ CI] ( https://github.com/jtblin/angular-chart.js/actions/workflows/main.yml/badge.svg )] ( https://github.com/jtblin/angular-chart.js/actions/workflows/main.yml )
5- [ ![ code coverage] ( https://codecov.io/gh/jtblin/angular-chart.js/branch/main/ graph/badge.svg )] ( https://codecov.io/gh/jtblin/angular-chart.js )
5+ [ ![ code coverage] ( https://codecov.io/gh/jtblin/angular-chart.js/graph/badge.svg )] ( https://app. codecov.io/gh/jtblin/angular-chart.js )
66[ ![ downloads] ( https://img.shields.io/npm/dm/angular-chart.js.svg?maxAge=2592000 )] ( https://www.npmjs.com/package/angular-chart.js )
77
88Beautiful, reactive, responsive charts for Angular.JS using [ Chart.js] ( http://www.chartjs.org/ ) .
Original file line number Diff line number Diff line change @@ -12,9 +12,13 @@ module.exports = function(config) {
1212 ] ,
1313 exclude : [ ] ,
1414 reporters : [ 'progress' , 'coverage' ] ,
15+ preprocessors : {
16+ 'dist/test.unit.bundled.js' : [ 'coverage' ] ,
17+ } ,
1518 coverageReporter : {
1619 type : 'lcov' ,
1720 dir : 'coverage/' ,
21+ subdir : '.' ,
1822 } ,
1923 port : 9876 ,
2024 colors : true ,
You can’t perform that action at this time.
0 commit comments