First attempt at lighting up code coverage

This commit is contained in:
Greg Fitzgerald
2018-02-15 16:09:11 -07:00
parent fb168fcee0
commit 046271a657
2 changed files with 47 additions and 4 deletions

View File

@ -1,5 +1,27 @@
[![Build Status](https://travis-ci.org/garious/phist.svg?branch=master)](https://travis-ci.org/garious/phist)
# phist
# :punch: phist :punch:
An implementation of Loom's Proof-of-History.
# Developing
Install Rust and Cargo:
```bash
$ curl https://sh.rustup.rs -sSf | sh
```
Download the source code:
```bash
$ git clone https://github.com/garious/phist.git
$ cd phist
```
Run the test suite:
```bash
cargo test
```