From: Nick Merwin Date: Fri, 27 Nov 2015 19:20:05 +0000 (-0800) Subject: Coveralls badge should use develop branch X-Git-Tag: 2.11.2~4^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f80232e8321cc5c217ea5d6ef7cac543d0888c;p=thirdparty%2Fmoment.git Coveralls badge should use develop branch Since `develop` is this repo's default branch and there's no coverage data for master (yet). --- diff --git a/README.md b/README.md index 21cb48a7e..6193e5eb8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [![Join the chat at https://gitter.im/moment/moment](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/moment/moment?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![NPM version][npm-version-image]][npm-url] [![NPM downloads][npm-downloads-image]][npm-url] [![MIT License][license-image]][license-url] [![Build Status][travis-image]][travis-url] -[![Coverage Status](https://coveralls.io/repos/moment/moment/badge.svg?branch=master)](https://coveralls.io/r/moment/moment?branch=master) +[![Coverage Status](https://coveralls.io/repos/moment/moment/badge.svg?branch=develop)](https://coveralls.io/r/moment/moment?branch=develop) A lightweight JavaScript date library for parsing, validating, manipulating, and formatting dates.