Skip to content

Commit 8e89814

Browse files
Fix codecov reporting, replace badge
1 parent 63e5116 commit 8e89814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.nycrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"extension": [".ts"],
44
"check-coverage": true,
55
"include": ["src/**"],
6-
"reporter": ["html", "text", "text-summary"],
6+
"reporter": ["html", "text", "text-summary", "lcov"],
77
"statements": 90,
88
"branches": 90,
99
"functions": 95,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![npm version](https://img.shields.io/npm/v/performant-array-to-tree.svg)](https://www.npmjs.com/package/performant-array-to-tree)
44
[![minified size](https://img.shields.io/badge/minified_size-0.448_kb-brightgreen.svg)](https://github.com/philipstanislaus/performant-array-to-tree/blob/master/build/arrayToTree.min.js)
55
[![CircleCI](https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/master.svg?style=shield&circle-token=01828caf71908b915230609847a12272cc80c54d)](https://circleci.com/gh/philipstanislaus/performant-array-to-tree/tree/master)
6-
[![Coverage Status](https://coveralls.io/repos/github/philipstanislaus/performant-array-to-tree/badge.svg?branch=master)](https://coveralls.io/github/philipstanislaus/performant-array-to-tree?branch=master)
6+
[![codecov](https://codecov.io/gh/philipstanislaus/performant-array-to-tree/branch/master/graph/badge.svg?token=qgGKoJkCVC)](https://codecov.io/gh/philipstanislaus/performant-array-to-tree)
77
[![Dependency Status](https://david-dm.org/philipstanislaus/performant-array-to-tree.svg)](https://david-dm.org/philipstanislaus/performant-array-to-tree)
88
[![devDependency Status](https://david-dm.org/philipstanislaus/performant-array-to-tree/dev-status.svg)](https://david-dm.org/philipstanislaus/performant-array-to-tree#info=devDependencies)
99
[![typings included](https://img.shields.io/badge/typings-included-brightgreen.svg)](#typescript)

0 commit comments

Comments
 (0)