#!/bin/bash
# shellcheck source-path=SCRIPTDIR
set -e
source "$(dirname "$0")"/env.sh
package-testing coverage=yes "$@"
