From 300292d85fbc567a79c6e79817988b10b8035f2e Mon Sep 17 00:00:00 2001 From: Paul Bartell Date: Tue, 16 Mar 2021 15:03:18 -0700 Subject: [PATCH] Fix typo in artifact name --- .github/workflows/unit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index ef57d23f9..7c4fa8ffb 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -52,5 +52,5 @@ jobs: - name: Archive code coverage html report uses: actions/upload-artifact@v2 with: - name: overage-report + name: coverage-report path: FreeRTOS/Test/CMock/build/coverage