From c1cbad75aded668fccbc46b2fa6b8ad072dc2080 Mon Sep 17 00:00:00 2001 From: stevenjcumming <134282106+stevenjcumming@users.noreply.github.com> Date: Mon, 5 Aug 2024 13:57:44 -0400 Subject: [PATCH] remove result-path from unit test reporter --- .github/workflows/unit_test_reporter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/unit_test_reporter.yml b/.github/workflows/unit_test_reporter.yml index 21cb122d188..2149bd6c8b3 100644 --- a/.github/workflows/unit_test_reporter.yml +++ b/.github/workflows/unit_test_reporter.yml @@ -76,5 +76,4 @@ jobs: uses: shettytejas/simplecov-reporter@v1 with: title: Coverage Report for Unit Tests - result-path: coverage/unit_test_results.json token: ${{ secrets.GITHUB_TOKEN }}