Skip to content

Commit 2cd5c0b

Browse files
committed
Fix coverage button
1 parent 9c48fa4 commit 2cd5c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ os:
1212

1313
after_success:
1414
- nyc npm test # 1st run fails, so force report by running nyc twice; github.com/istanbuljs/nyc/issues/993
15-
- nyc npm test && nyc report --reporter=text-lcov | coveralls
15+
- ESM_DISABLE_CACHE=1 nyc --cache=false npm test && nyc report --reporter=text-lcov | coveralls

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Geodesy functions
22
=================
33

44
[![Build Status](https://travis-ci.org/chrisveness/geodesy.svg?branch=master)](https://travis-ci.org/chrisveness/geodesy)
5-
[![Coverage Status](https://coveralls.io/repos/github/chrisveness/geodesy/badge.svg?branch=master)](https://coveralls.io/github/chrisveness/geodesy?branch=master)
5+
[![Coverage Status](https://coveralls.io/repos/github/chrisveness/geodesy/badge.svg)](https://coveralls.io/github/chrisveness/geodesy)
66
[![Documentation](https://img.shields.io/badge/docs-www.movable--type.co.uk%2Fscripts%2Fgeodesy--library.html-lightgrey.svg)](https://www.movable-type.co.uk/scripts/geodesy-library.html)
77

88
These libraries started life (a long time ago) as simple ‘latitude/longitude’ code fragments

0 commit comments

Comments
 (0)