Skip to content

Commit

Permalink
Merge 18a9695 into 06ed6b3
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed May 6, 2020
2 parents 06ed6b3 + 18a9695 commit 73ec531
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,17 @@ jobs:
- name: Maven build
run: mvn -B verify package --file pom.xml

- name: Generate Coveralls File
if: matrix.java == '11'
run: mvn -B coveralls:report -Pcoverage -DdryRun=true

- name: Coveralls Analysis
if: matrix.java == '11'
env:
COVERALLS_TOKEN: ${{secrets.COVERALLS_TOKEN}}
run: mvn -B coveralls:report -Pcoverage -DrepoToken=$COVERALLS_TOKEN -DserviceName=GitHub
uses: MikeEdgar/github-action@raw_coverage_file
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-file: ./target/coveralls.json
coverage-format: raw

javadoc:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 73ec531

Please sign in to comment.