#!/usr/bin/env bash
yarn test || exit 1
bash <(curl -s https://codecov.io/bash) -f coverage/coverage-final.json -n node
