#!/usr/bin/env bash istanbul report --include=coverage/**/coverage*.json json && istanbul report --include=coverage/**/coverage*.json lcov && istanbul check-coverage coverage/coverage-final.json \ --statements 90 \ --functions 90 \ --branches 85 \ --lines 90