Skip to content

Commit

Permalink
Add HoC badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dgroup authored Jan 6, 2020
1 parent 50c3d3a commit 0061547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
[![Javadocs](http://www.javadoc.io/badge/io.github.dgroup/xlsx-matchers.svg)](http://www.javadoc.io/doc/io.github.dgroup/xlsx-matchers)
[![License: MIT](https://img.shields.io/github/license/mashape/apistatus.svg)](./license.txt)
[![Commit activity](https://img.shields.io/github/commit-activity/y/dgroup/xlsx-matchers.svg?style=flat-square)](https://github.com/dgroup/xlsx-matchers/graphs/commit-activity)
[![Hits-of-Code](https://hitsofcode.com/github/dgroup/xlsx-matchers)](https://hitsofcode.com/view/github/dgroup/xlsx-matchers)

[![Build Status](https://circleci.com/gh/dgroup/xlsx-matchers.svg?style=svg&circle-token=a1104cecfe0dfd20fc91aa7b6a809c28b87cbbd7)](https://circleci.com/gh/dgroup/xlsx-matchers)
[![0pdd](http://www.0pdd.com/svg?name=dgroup/xlsx-matchers)](http://www.0pdd.com/p?name=dgroup/xlsx-matchers)
Expand Down Expand Up @@ -73,4 +74,4 @@ new Assertion<>(
new CellOf<>(2, "Phone")
)
).affirm();
```
```

0 comments on commit 0061547

Please sign in to comment.