File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ notifications:
8
8
node_js : ' 8'
9
9
install : npm install
10
10
script : npm run test
11
+ after_success : coveralls
11
12
branches :
12
13
only : master
Original file line number Diff line number Diff line change 7
7
8
8
<hr />
9
9
10
- [ ![ Build Status] ( https://travis-ci.org/dfcook/vue-testing-library.png?branch=master )] ( https://travis-ci.org/dfcook/vue-testing-library )
10
+ [ ![ Build Status] ( https://travis-ci.org/dfcook/vue-testing-library.svg?branch=master )] ( https://travis-ci.org/dfcook/vue-testing-library )
11
+
12
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/dfcook/vue-testing-library/badge.svg?branch=master )] ( https://coveralls.io/github/dfcook/vue-testing-library?branch=master )
13
+
14
+ [ ![ GitHub version] ( https://badge.fury.io/gh/dfcook%2Fvue-testing-library.svg )] ( https://badge.fury.io/gh/dfcook%2Fvue-testing-library )
11
15
12
16
## This library
13
17
You can’t perform that action at this time.
0 commit comments