mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 06:52:02 -08:00
try reporting to coveralls
This commit is contained in:
parent
591d772654
commit
7f2f6964f9
2 changed files with 23 additions and 1 deletions
16
.github/workflows/ci.yml
vendored
16
.github/workflows/ci.yml
vendored
|
|
@ -31,4 +31,18 @@ jobs:
|
|||
# https://docs.travis-ci.com/user/languages/java/#maven-default-script-command
|
||||
# tests are interdependent and require a specific order
|
||||
# running in parallel causes some tests to fail
|
||||
- run: mvn test -B # -T 1C
|
||||
# - run: mvn test -B # -T 1C
|
||||
|
||||
- env:
|
||||
CI_NAME: github
|
||||
run: >
|
||||
mvn
|
||||
clean
|
||||
jacoco:prepare-agent
|
||||
test
|
||||
jacoco:report
|
||||
jacoco:report-aggregate
|
||||
coveralls:report
|
||||
--no-transfer-progress
|
||||
--define repoToken=${{ secrets.GITHUB_TOKEN }}
|
||||
--define pullRequest=${{ github.event.number }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue