#!/usr/bin/env bash
#
# This script is designed to be run inside the container
#

# fail hard and fast even on pipelines
set -eou pipefail
# shellcheck disable=SC1091
source /app/.venv/bin/activate

codecov --required
