From 5b5ad0d25da92124696f79edf04a48cc09bee9ed Mon Sep 17 00:00:00 2001 From: Manu Sridharan Date: Mon, 7 Feb 2022 12:49:47 -0800 Subject: [PATCH] Set epApiVersion for jacoco coverage reporting (#566) --- .github/workflows/continuous-integration.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 554a812df7..9ffc08a106 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -58,6 +58,7 @@ jobs: - name: Report jacoco coverage uses: eskatos/gradle-command-action@v1 env: + ORG_GRADLE_PROJECT_epApiVersion: ${{ matrix.epVersion }} COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }} with: arguments: coveralls