#!/bin/bash

TOTAL_COVERAGE=$(jq '.total.lines.pct' < coverage/coverage-summary.json)
echo "COVERAGE=$TOTAL_COVERAGE" >> $GITHUB_ENV