diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3d0f7da..cb45891 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,6 +35,7 @@ jobs: - name: Generate Coverage run: | + make build COVERAGE=$(make coverage | grep 'TOTAL COVERAGE' | grep -Eo '[0-9]+') if [ "$COVERAGE" -gt 89 ]; then