structs/coverage.sh

6 lines
86 B
Bash

#! /usr/bin/env bash
cd "$(dirname "$0")" &&
dub test --coverage &&
rm -v -- ./-tmp*