Skip to content

Commit 29a79ff

Browse files
committed
style(README): change badges
- change CircleCI build badge to Github Actions Badge - add codecov badge
1 parent e658cc4 commit 29a79ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# MongoDB In-Memory Server
22

3-
[![CircleCI](https://img.shields.io/circleci/project/github/nodkz/mongodb-memory-server/master.svg)](https://circleci.com/gh/nodkz/workflows/mongodb-memory-server)
3+
![Node.js CI](https://github.com/nodkz/mongodb-memory-server/workflows/Node.js%20CI/badge.svg)
44
[![NPM version](https://img.shields.io/npm/v/mongodb-memory-server.svg)](https://www.npmjs.com/package/mongodb-memory-server)
55
[![Downloads stat](https://img.shields.io/npm/dt/mongodb-memory-server.svg)](http://www.npmtrends.com/mongodb-memory-server)
66
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
77
![TypeScript compatible](https://img.shields.io/badge/typescript-compatible-brightgreen.svg)
8+
[![codecov.io](https://codecov.io/github/nodkz/mongodb-memory-server/coverage.svg?branch=master)](https://codecov.io/github/nodkz/mongodb-memory-server?branch=master)
89

910
This package spins up an actual/real MongoDB server programmatically from node, for testing or mocking during development. By default it holds the data in memory. A fresh spun up `mongod` process takes about 7Mb of memory. The server will allow you to connect your favorite ODM or client library to the MongoDB server and run integration tests isolated from each other.
1011

0 commit comments

Comments
 (0)