Skip to content

Commit

Permalink
docs(readme): add codecov badge
Browse files Browse the repository at this point in the history
  • Loading branch information
dnlup committed Nov 22, 2020
1 parent 6dd760a commit b7faaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hrtime-utils
[![npm version](https://badge.fury.io/js/%40dnlup%2Fhrtime-utils.svg)](https://badge.fury.io/js/%40dnlup%2Fhrtime-utils)
![Tests](https://github.com/dnlup/hrtime-utils/workflows/Tests/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/dnlup/hrtime-utils/badge.svg?branch=next)](https://coveralls.io/github/dnlup/hrtime-utils?branch=next)
[![codecov](https://codecov.io/gh/dnlup/hrtime-utils/branch/next/graph/badge.svg?token=EB373JDPDU)](https://codecov.io/gh/dnlup/hrtime-utils)
[![Known Vulnerabilities](https://snyk.io/test/github/dnlup/hrtime-utils/badge.svg?targetFile=package.json)](https://snyk.io/test/github/dnlup/hrtime-utils?targetFile=package.json)

> A small collection of useful functions to work with Node.js [`process.hrtime`](https://nodejs.org/docs/latest-v12.x/api/process.html#process_process_hrtime_time) values.
Expand Down

0 comments on commit b7faaef

Please sign in to comment.