Skip to content

Commit

Permalink
Set epApiVersion for jacoco coverage reporting (#566)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Feb 7, 2022
1 parent 30d4247 commit 5b5ad0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b5ad0d

Please sign in to comment.