diff --git a/README.md b/README.md index 5a7cccb2..ab653e32 100644 --- a/README.md +++ b/README.md @@ -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)。 diff --git a/circle.yml b/circle.yml index c3566b74..87a17410 100644 --- a/circle.yml +++ b/circle.yml @@ -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: diff --git a/package.json b/package.json index 2471e9a3..657ea4a9 100644 --- a/package.json +++ b/package.json @@ -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",