Skip to content

Commit

Permalink
chore: update docs with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris James committed Feb 3, 2021
1 parent ceceeb7 commit 4f3d3ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions

name: Node CI Test
name: Build and Test

on:
push:
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# LRU Memorise Fn

![Build](https://github.com/cajames/lru-memorise/workflows/Build%20and%20Test/badge.svg)
[![Coverage Status](https://coveralls.io/repos/github/cajames/lru-memorise/badge.svg?branch=master)](https://coveralls.io/github/cajames/lru-memorise?branch=master)

> A simple memorise function that uses a fast LRU cache under the hood.
## Basic features
Expand Down

0 comments on commit 4f3d3ce

Please sign in to comment.