Skip to content

Commit

Permalink
use img.shields.io for metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
slxiao committed Sep 12, 2019
1 parent 6d9c946 commit 32dfb30
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions README.md
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# funnel
# test-funnel

Javascript test selector, which can dynamically select test cases that are impacted by modified source files for execution, thus improving test efficiency and saving developer time.
<p align="center">
<img alt="Last version" src="https://img.shields.io/github/tag/slxiao/test-funnel.svg?style=flat-square" />
<a href="https://travis-ci.org/slxiao/test-funnel">
<img alt="Build Status" src="http://img.shields.io/travis/slxiao/test-funnel/master.svg?style=flat-square" />
</a>
<a href="https://www.npmjs.org/package/test-funnel">
<img alg="NPM Status" src="http://img.shields.io/npm/dm/madge.svg?style=flat-square" />
</a>
</p>

[![Build Status](https://api.travis-ci.com/slxiao/funnel.png)](https://api.travis-ci.com/slxiao/funnel)
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
Javascript test selector, which can dynamically select test cases that are impacted by modified source files for execution, thus improving test efficiency and saving developer time.

0 comments on commit 32dfb30

Please sign in to comment.