Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badges to README.md #84

Open
bbriggs opened this issue Oct 20, 2016 · 6 comments
Open

Add badges to README.md #84

bbriggs opened this issue Oct 20, 2016 · 6 comments

Comments

@bbriggs
Copy link
Contributor

bbriggs commented Oct 20, 2016

No description provided.

@dhoppe
Copy link
Member

dhoppe commented Oct 20, 2016

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

Released modules

  • puppet-alternatives
  • puppet-amanda
  • puppet-archive
  • puppet-collectd
  • puppet-community_kickstarts
  • puppet-confluence
  • puppet-corosync
  • puppet-dhcp
  • puppet-dotnet
  • puppet-download_file
  • puppet-drbd
  • puppet-etherpad
  • puppet-extlib
  • puppet-fetchcrl
  • puppet-filemapper
  • puppet-gerrit
  • puppet-ghost
  • puppet-gluster
  • puppet-googleauthenticator
  • puppet-graphite_powershell
  • puppet-healthcheck
  • puppet-hiera
  • puppet-iis
  • puppet-jenkins_job_builder
  • puppet-jira
  • puppet-kafka
  • puppet-mcollective
  • puppet-minecraft
  • puppet-mrepo
  • puppet-msoffice
  • puppet-mumble
  • puppet-mysql_java_connector
  • puppet-network
  • puppet-nginx
  • puppet-nodejs
  • puppet-nsclient
  • puppet-puppetboard
  • puppet-rhsm
  • puppet-rundeck
  • puppet-selinux
  • puppet-sftp_jail
  • puppet-splunk
  • puppet-squid
  • puppet-sslcertificate
  • puppet-staging
  • puppet-stash
  • puppet-unattended_upgrades
  • puppet-visualstudio
  • puppet-windows_autoupdate
  • puppet-windows_eventlog
  • puppet-windows_firewall
  • puppet-windows_power
  • puppet-windowsfeature
  • puppet-yum
  • puppet-zabbix

Unreleased modules

  • puppet-boolean
  • puppet-facette
  • puppet-git_resource
  • puppet-jolokia
  • puppet-nagios_providers
  • puppet-php
  • puppet-puppetserver
  • puppet-tea

@alexjfisher
Copy link
Member

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
Copy link
Member

dhoppe commented Oct 21, 2016

@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. ;)

@dhoppe dhoppe changed the title Add shields to README for code coverage Add badges to README.md Oct 21, 2016
@bbriggs
Copy link
Contributor Author

bbriggs commented Dec 22, 2016

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
Copy link
Member

dhoppe commented Dec 22, 2016

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

@bbriggs
Copy link
Contributor Author

bbriggs commented Dec 22, 2016

I'll do that real quick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants