#!/bin/sh

set -e

nyc --reporter=lcov --reporter=text mocha
