From e6bf7af5cdee530ff9d30e59ef191aa2c9ed2ad8 Mon Sep 17 00:00:00 2001 From: Nick Maltbie Date: Sun, 17 Apr 2022 11:12:30 -0700 Subject: [PATCH] Enabled code coverage flag for code coverage tests --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72d42e9..d1f031c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -252,7 +252,7 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} testMode: ${{ matrix.testMode }} - artifactsPath: codecoverage/${{ matrix.projectPath }} + enableCodeCovearge: ${{ matrix.enableCodeCovearge }} # Upload artifacts - name: Upload code coverage results