File tree 4 files changed +9
-2
lines changed
4 files changed +9
-2
lines changed Original file line number Diff line number Diff line change
1
+ service_name : travis-ci
2
+
Original file line number Diff line number Diff line change 1
1
Angular Schema Form
2
2
===================
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/Textalk/angular-schema-form.svg?branch=master )] ( https://travis-ci.org/Textalk/angular-schema-form )
5
+ [ ![ Coverage Status] ( https://coveralls.io/repos/Textalk/angular-schema-form/badge.png?branch=master )] ( https://coveralls.io/r/Textalk/angular-schema-form?branch=development )
6
+
4
7
Generate forms from a JSON schema, with AngularJS!
5
8
6
9
### [ Try out the example page] ( http://textalk.github.io/angular-schema-form/examples/bootstrap-example.html )
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ module.exports = function(config) {
45
45
46
46
// optionally, configure the reporter
47
47
coverageReporter : {
48
- type : 'html ' ,
48
+ type : 'lcov ' ,
49
49
dir : 'coverage/'
50
50
} ,
51
51
Original file line number Diff line number Diff line change 3
3
"version" : " 0.4.0" ,
4
4
"description" : " Create forms from a JSON schema" ,
5
5
"scripts" : {
6
- "test" : " ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
6
+ "test" : " rm -fr coverage && ./node_modules/karma/bin/karma start --single-run --browsers PhantomJS karma.conf.js && find coverage/ -name lcov.info -print0 | xargs -0 cat | ./node_modules/coveralls/bin/coveralls.js "
7
7
},
8
8
"author" : " Textalk" ,
9
9
"license" : " MIT" ,
10
10
"devDependencies" : {
11
11
"chai" : " ^1.9.0" ,
12
+ "coveralls" : " ^2.11.0" ,
12
13
"gulp" : " ^3.5.6" ,
13
14
"gulp-angular-templatecache" : " ^1.1.1" ,
14
15
"gulp-concat" : " ^2.2.0" ,
22
23
"karma-ng-html2js-preprocessor" : " ^0.1.0" ,
23
24
"karma-phantomjs-launcher" : " ^0.1.4" ,
24
25
"mocha" : " ^1.18.0" ,
26
+ "mocha-lcov-reporter" : " 0.0.1" ,
25
27
"sinon" : " ^1.9.0" ,
26
28
"sinon-chai" : " ^2.5.0" ,
27
29
"streamqueue" : " 0.0.5"
You can’t perform that action at this time.
0 commit comments