Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
add uploading converage report task
  • Loading branch information
yuizho authored Feb 15, 2020
1 parent c0b06d7 commit 9cece41
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,10 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Build with Maven
- name: test and build
run: mvn -B package --file pom.xml
- name: upload coverage report to Codecov
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./target/site/jacoco/jacoco.xml

0 comments on commit 9cece41

Please sign in to comment.