mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
jacoco doesn't support LCOV 😢
This commit is contained in:
parent
7db8e564ec
commit
bfe9c43d83
1 changed files with 10 additions and 6 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -42,14 +42,18 @@ jobs:
|
|||
# running in parallel causes some tests to fail
|
||||
- run: mvn test -B # -T 1C
|
||||
|
||||
- run: >
|
||||
- env:
|
||||
CI_BUILD_NUMBER: ${{ github.run_id }}
|
||||
# this will need to be updated to work on the main branch
|
||||
CI_BUILD_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.pull_request.number }}/checks
|
||||
CI_BRANCH: ${{ github.head_ref }}
|
||||
CI_NAME: github
|
||||
CI_PULL_REQUEST: ${{ github.event.pull_request.number }}
|
||||
run: >
|
||||
mvn
|
||||
jacoco:report
|
||||
jacoco:report-aggregate
|
||||
verify
|
||||
coveralls:report
|
||||
--define jacoco.skip=false
|
||||
|
||||
- name: Coveralls GitHub Action
|
||||
uses: coverallsapp/github-action@1.1.3
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue