File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Angular2 Tutorial
2
2
3
- [ ![ Build Status] [ travis-image ]] [ travis-url ]
3
+ [ ![ Build Status] ( https:// travis-ci.org/springboot-angular2-tutorial/angular2-app.svg?branch=master )] ( https:// travis-ci.org/springboot-angular2-tutorial/angular2-app )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/springboot-angular2-tutorial/angular2-app/badge.svg?branch=master )] ( https://coveralls.io/github/springboot-angular2-tutorial/angular2-app?branch=master )
5
5
6
6
This repository is an example application for angular2 tutorial.
Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ module.exports = function (config) {
16
16
} ,
17
17
remapCoverageReporter : {
18
18
'text-summary' : null ,
19
- json : './coverage/coverage.json' ,
20
19
html : './coverage/html' ,
21
20
lcovonly : './coverage/lcov.info' ,
22
21
} ,
You can’t perform that action at this time.
0 commit comments