voxpupuli / plumbing

Utilities for Vox Pupuli management
2 stars 34 forks source link

Add badges to README.md #84

Open bbriggs opened 7 years ago

dhoppe commented 7 years ago

This requires modulesync_config version 0.14.1, because previous versions does not have support for Coveralls.

Released modules

Unreleased modules

alexjfisher commented 7 years ago

For the badges, should we use https://img.shields.io/coveralls/voxpupuli/puppet-archive.svg or https://coveralls.io/repos/github/voxpupuli/puppet-archive/badge.svg

Right now, the shields.io badges are failing with 522 errors.

dhoppe commented 7 years ago

@alexjfisher Do not bother. I will take care of this, as soon as all modulesync 0.14.1 PRs are merged.

The badges should look like this:

[![Build Status](https://travis-ci.org/voxpupuli/puppet-collectd.png?branch=master)](https://travis-ci.org/voxpupuli/puppet-collectd)
[![Code Coverage](https://coveralls.io/repos/github/voxpupuli/puppet-collectd/badge.svg?branch=master)](https://coveralls.io/github/voxpupuli/puppet-collectd)
[![Puppet Forge](https://img.shields.io/puppetforge/v/puppet/collectd.svg)](https://forge.puppetlabs.com/puppet/collectd)
[![Puppet Forge - downloads](https://img.shields.io/puppetforge/dt/puppet/collectd.svg)](https://forge.puppetlabs.com/puppet/collectd)
[![Puppet Forge - endorsement](https://img.shields.io/puppetforge/e/puppet/collectd.svg)](https://forge.puppetlabs.com/puppet/collectd)
[![Puppet Forge - scores](https://img.shields.io/puppetforge/f/puppet/collectd.svg)](https://forge.puppetlabs.com/puppet/collectd)

Build Status Code Coverage Puppet Forge Puppet Forge - downloads Puppet Forge - endorsement Puppet Forge - scores

But I also want to run mdl ... I need to add some more cards to the PMC board. ;)

bbriggs commented 7 years ago

Have we been updating the list of modules that need badges when we import new things? I know we've picked up a handful recently

dhoppe commented 7 years ago

@bbriggs No, we did not? But this should only be a diff against the list from modulesync_config.

bbriggs commented 7 years ago

I'll do that real quick.