Skip to content

Commit bb0f1ea

Browse files
codeclimate badges
1 parent b324444 commit bb0f1ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

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

33
<a href="https://travis-ci.org/martinheidegger/map-each"><img src="https://travis-ci.org/martinheidegger/map-each.svg?branch=master" alt="Build Status"/></a>
44
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
5-
[![Maintainability](https://api.codeclimate.com/v1/badges/xxx/maintainability)](https://codeclimate.com/github/martinheidegger/map-each/maintainability)
6-
[![Test Coverage](https://api.codeclimate.com/v1/badges/xxx/test_coverage)](https://codeclimate.com/github/martinheidegger/map-each/test_coverage)
5+
[![Maintainability](https://api.codeclimate.com/v1/badges/145d866d11ece4da9e69/maintainability)](https://codeclimate.com/github/martinheidegger/map-each/maintainability)
6+
[![Test Coverage](https://api.codeclimate.com/v1/badges/145d866d11ece4da9e69/test_coverage)](https://codeclimate.com/github/martinheidegger/map-each/test_coverage)
77

88
`map-each` is a **very small**, **flexible**, **parallel** async mapping helper that has first-class support for [Iterators][]
99
(unlike other libraries, which mostly break with iterators) and **concurrency**. It also has complete TypeScript header files for

0 commit comments

Comments
 (0)