From c0f80232e8321cc5c217ea5d6ef7cac543d0888c Mon Sep 17 00:00:00 2001 From: Nick Merwin Date: Fri, 27 Nov 2015 11:20:05 -0800 Subject: [PATCH] Coveralls badge should use develop branch Since `develop` is this repo's default branch and there's no coverage data for master (yet). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.47.2