Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Commit

Permalink
fix: Test coverage run (#33)
Browse files Browse the repository at this point in the history
* fix: Test coverage run

* update

* update

* update

* update
  • Loading branch information
wangkailang authored Jul 23, 2019
1 parent 7ec6810 commit 34aac84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,8 @@ jobs:
include:
- stage: "Tests"
name: "Unit Tests"
script: yarn test
script:
- yarn test
- yarn coverage
- bash <(curl -s https://codecov.io/bash)

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
### A Design System with React

[![Build Status](https://travis-ci.org/xsky-fe/wizard-ui.svg?branch=master)](https://travis-ci.org/xsky-fe/wizard-ui)
[![Codecov](https://img.shields.io/codecov/c/github/xsky-fe/wizard-ui/master.svg?style=flat-square)](https://codecov.io/gh/xsky-fe/wizard-ui/branch/master)
[![npm package](https://img.shields.io/npm/v/wizard-ui.svg?style=flat-square)](https://www.npmjs.org/package/wizard-ui)

- React 16+
- Typescript
Expand Down
2 changes: 1 addition & 1 deletion .codecov.yml → codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
branch: master
token: 93f19ed1-1528-40bb-9aec-66389370aded

coverage:
status:
Expand Down

0 comments on commit 34aac84

Please sign in to comment.