Skip to content

Commit 24a977e

Browse files
authored
fix: Remove badges no longer used or relevant (#19)
1 parent e6f960c commit 24a977e

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ coverage
33
.idea
44
npm-debug.log
55
package-lock.json
6-
.nyc_output
6+
.nyc_output
7+
yarn.lock
8+
9+
# emacs
10+
*~

README.md

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@
33

44
[![npm package](https://nodei.co/npm/@cypress/request.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/@cypress/request/)
55

6-
[![Build status](https://img.shields.io/travis/cypress-io/request/master.svg?style=flat-square)](https://travis-ci.org/cypress-io/request)
7-
[![Coverage](https://img.shields.io/codecov/c/github/cypress-io/request.svg?style=flat-square)](https://codecov.io/github/cypress-io/request?branch=master)
8-
[![Coverage](https://img.shields.io/coveralls/cypress-io/request.svg?style=flat-square)](https://coveralls.io/r/cypress-io/request)
9-
[![Dependency Status](https://img.shields.io/david/cypress-io/request.svg?style=flat-square)](https://david-dm.org/cypress-io/request)
10-
[![Known Vulnerabilities](https://snyk.io/test/npm/request/badge.svg?style=flat-square)](https://snyk.io/test/npm/request)
11-
[![Gitter](https://img.shields.io/badge/gitter-join_chat-blue.svg?style=flat-square)](https://gitter.im/cypress-io/request?utm_source=badge)
12-
136
**This is a fork of [`request`](https://github.com/request/request) for use in [Cypress](https://github.com/cypress-io/cypress).**
147

158
## Super simple to use

0 commit comments

Comments
 (0)