From e0efb34fe871d24fc4c0535a73397925904ef32e Mon Sep 17 00:00:00 2001 From: filipefurtad0 Date: Mon, 27 Jan 2025 18:05:53 -0600 Subject: [PATCH] Adds undercover command to the build file build setup patch --- .github/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7084b0a03e..b447c5e5e7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -408,3 +408,7 @@ jobs: retention-days: 7 if-no-files-found: ignore include-hidden-files: true + - name: Compare SimpleCov results with Undercover + run: | + git fetch --no-tags origin master:master + bundle exec undercover