Skip to content

Commit da93750

Browse files
committed
chore(coverage): add codecov
1 parent e0bcc66 commit da93750

File tree

5 files changed

+404
-1445
lines changed

5 files changed

+404
-1445
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ jobs:
3636
key: v1-dependencies-{{ checksum "package.json" }}
3737

3838
# run tests!
39-
- run: yarn test
39+
- run: yarn test
40+
- run: yarn codecov

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# @vuejs-pt/vue-alert
22
[![CircleCI](https://img.shields.io/circleci/project/github/vuejs-pt/vue-alert.svg)](https://circleci.com/gh/vuejs-pt/vue-alert)
3+
[![Coverage Status](https://coveralls.io/repos/github/vuejs-pt/vue-alert/badge.svg?branch=master)](https://coveralls.io/github/vuejs-pt/vue-alert?branch=master)
34
[![NPM downloads](https://img.shields.io/npm/dm/@vuejs-pt/vue-alert.svg)](https://www.npmjs.com/package/@vuejs-pt/vue-alert)
45
[![NPM version](https://img.shields.io/npm/v/@vuejs-pt/vue-alert.svg)](https://www.npmjs.com/package/@vuejs-pt/vue-alert)
56
[![Vue 2.x](https://img.shields.io/badge/vue-2.x-green.svg)](https://vuejs.org/)

0 commit comments

Comments
 (0)