#!/bin/sh

set -x

exec [ "$(./scripts/test-and-collect-coverage --json | jq .data[0].totals.regions.percent)" = 100 ]
