Skip to content

Commit

Permalink
adding coveralls badge
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsullivan committed Nov 17, 2019
1 parent 1fbe87a commit fe3ddaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# supercollider-redux

[![Build Status](https://travis-ci.com/colinsullivan/supercollider-redux.svg?branch=master)](https://travis-ci.com/colinsullivan/supercollider-redux)
[![Coverage Status](https://coveralls.io/repos/github/colinsullivan/supercollider-redux/badge.svg?branch=master)](https://coveralls.io/github/colinsullivan/supercollider-redux?branch=master)

A library for state synchronization between SuperCollider and Node.js using the [Flux design pattern](https://facebook.github.io/flux/docs/in-depth-overview/). State flows from a primary state store in Node.js to a replica in SuperCollider which can dispatch actions back to the Node.js store.

Expand Down

0 comments on commit fe3ddaa

Please sign in to comment.