Skip to content

Commit

Permalink
chore: use codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
sorrycc committed Oct 23, 2019
1 parent 1cf122c commit 3f7714d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@

Library toolkit based on rollup, docz, storybook, jest and eslint.

[![codecov](https://codecov.io/gh/umijs/father/branch/master/graph/badge.svg)](https://codecov.io/gh/umijs/father)
[![NPM version](https://img.shields.io/npm/v/father.svg?style=flat)](https://npmjs.org/package/father)
[![Build Status](https://img.shields.io/travis/umijs/father.svg?style=flat)](https://travis-ci.org/umijs/father)
[![CircleCI](https://circleci.com/gh/umijs/father/tree/master.svg?style=svg)](https://circleci.com/gh/umijs/father/tree/master)
[![GitHub Actions status](https://github.com/umijs/father/workflows/Node%20CI/badge.svg)](https://github.com/umijs/father)
[![NPM downloads](http://img.shields.io/npm/dm/father.svg?style=flat)](https://npmjs.org/package/father)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lernajs.io/)

[视频教程:利用 umi-library(father) 做组件打包](https://www.bilibili.com/video/av47853431)

Expand Down
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- run:
command: npm run test -- --forceExit --detectOpenHandles --runInBand --maxWorkers=2
no_output_timeout: 300m
- run: bash <(curl -s https://codecov.io/bash)
- save_cache:
key: node-modules-{{ checksum "package.json" }}
paths:
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@
"clean": "lerna clean -y",
"test": "umi-test --coverage",
"debug": "umi-test",
"coveralls": "cat ./coverage/lcov.info | coveralls",
"publish": "npm run build && lerna publish"
},
"devDependencies": {
"@types/jest": "^24.0.13",
"coveralls": "3.0.4",
"lerna": "^3.6.0",
"lerna-changelog": "^0.8.2",
"puppeteer": "^1.17.0",
Expand Down

0 comments on commit 3f7714d

Please sign in to comment.