From 778736dda5c3005f20f4b3cae203d4f2e587eb44 Mon Sep 17 00:00:00 2001 From: Agustin Borgna Date: Wed, 15 Nov 2023 16:09:31 +0000 Subject: [PATCH] test different commits --- .github/workflows/notify-coverage.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/notify-coverage.yml b/.github/workflows/notify-coverage.yml index f94ef55b3..3321ba124 100644 --- a/.github/workflows/notify-coverage.yml +++ b/.github/workflows/notify-coverage.yml @@ -87,9 +87,11 @@ jobs: exit 0 fi - echo "should_notify=true" >> "$GITHUB_OUTPUT" + echo echo "Previous coverage: `cat coverage-prev.txt`%" echo "Current coverage: `cat coverage.txt`%" + + echo "should_notify=true" >> "$GITHUB_OUTPUT" - name: Compare with previous summary and make message id: make_msg if: steps.get_coverage.outputs.should_notify == 'true'