ipfs-inactive / project-repos

[ARCHIVED] Project health metrics
http://project-repos.ipfs.io/
MIT License
7 stars 8 forks source link

Fixed badge check #75

Closed RichardLitt closed 8 years ago

RichardLitt commented 8 years ago

We only really need to check for the link, not for the full markdown. Some repos are displaying this differently - for instance:

ipfs/station:

   [![Build Status](https://img.shields.io/travis/ipfs/station/master.svg?style=flat-square)](https://travis-ci.org/ipfs/station)

ipfs/js-ipfs:

 [![Travis CI](https://travis-ci.org/ipfs/js-ipfs.svg?branch=master)](https://travis-ci.org/ipfs/js-ipfs)

Both should be caught. This commit allows this possibility, and we see more coverage on the project-repos board.

Related to #32.

harlantwood commented 8 years ago

nice.

RichardLitt commented 8 years ago

We should really test this, too.