Skip to content

Commit

Permalink
chore(README): Add badge for code coverage
Browse files Browse the repository at this point in the history
This adds a coveralls badge to the repo to reflect
our 100% code coverage. The coverage report can be
automatically sent to coveralls.io when `tap` is
run.
  • Loading branch information
darinspivey committed May 6, 2021
1 parent d10f00a commit 55d948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## stdlib

[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)&nbsp;<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Coverage Status](https://coveralls.io/repos/github/logdna/stdlib-node/badge.svg?branch=main)](https://coveralls.io/github/logdna/stdlib-node?branch=main)&nbsp;[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)&nbsp;<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)<!-- ALL-CONTRIBUTORS-BADGE:END -->

Standardized modular package exposing language constructs - free of business logic.
A departure from ldshared exposing only what you need to implement business logic
Expand Down Expand Up @@ -251,7 +251,7 @@ const with_depth = typecast(obj, 0)

#### `camelcase`(text: [String][]): [String][]

Casts a string value to its [camel case](https://en.wikipedia.org/wiki/Camel_case) variant
Casts a string value to its [camel case](https://en.wikipedia.org/wiki/Camel_case) variant

**Arguments**

Expand Down

0 comments on commit 55d948a

Please sign in to comment.