Skip to content

Commit 535e108

Browse files
committed
Update badges
1 parent 6beb667 commit 535e108

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
Generic collector types suitable for aggregating metrics. Implements Histogram, Counter and Gauge.
44

5-
[![Dependencies](https://img.shields.io/david/metrics-js/collectors.svg?style=flat-square)](https://david-dm.org/metrics-js/collectors)
6-
[![Build Status](http://img.shields.io/travis/metrics-js/collectors/master.svg?style=flat-square)](https://travis-ci.org/metrics-js/collectors)
7-
[![Greenkeeper badge](https://badges.greenkeeper.io/metrics-js/collectors.svg?style=flat-square)](https://greenkeeper.io/)
8-
[![Known Vulnerabilities](https://snyk.io/test/github/metrics-js/collectors/badge.svg?targetFile=package.json&style=flat-square)](https://snyk.io/test/github/metrics-js/collectors?targetFile=package.json)
5+
[![Dependencies](https://img.shields.io/david/metrics-js/collectors.svg)](https://david-dm.org/metrics-js/collectors)
6+
[![GitHub Actions status](https://github.com/metrics-js/collectors/workflows/Run%20Lint%20and%20Tests/badge.svg)](https://github.com/metrics-js/collectors/actions?query=workflow%3A%22Run+Lint+and+Tests%22)
7+
[![Known Vulnerabilities](https://snyk.io/test/github/metrics-js/collectors/badge.svg?targetFile=package.json)](https://snyk.io/test/github/metrics-js/collectors?targetFile=package.json)
8+
99

1010
## Histogram
1111

0 commit comments

Comments
 (0)