mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
fix coveralls badge
Summary: README badge had 91% even though coveralls says 95%. Pasted badge code from coveralls. Closes https://github.com/Instagram/IGListKit/pull/239 Differential Revision: D4213705 Pulled By: jessesquires fbshipit-source-id: 5cf7cb85b5140555bfc8327770e6ddb1d9fb4e06
This commit is contained in:
parent
a3d0b25bbd
commit
0980830d75
1 changed files with 3 additions and 3 deletions
|
|
@ -7,9 +7,9 @@
|
|||
<img src="https://travis-ci.org/Instagram/IGListKit.svg?branch=master&style=flat"
|
||||
alt="Build Status">
|
||||
</a>
|
||||
<a href="https://coveralls.io/github/Instagram/IGListKit">
|
||||
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=master&style=flat"
|
||||
alt="Code Coverage">
|
||||
<a href="https://coveralls.io/github/Instagram/IGListKit?branch=master">
|
||||
<img src="https://coveralls.io/repos/github/Instagram/IGListKit/badge.svg?branch=master"
|
||||
alt="Coverage Status" />
|
||||
</a>
|
||||
<a href="https://cocoapods.org/pods/IGListKit">
|
||||
<img src="https://img.shields.io/cocoapods/v/IGListKit.svg?style=flat"
|
||||
|
|
|
|||
Loading…
Reference in a new issue