Skip to content

Commit

Permalink
hook
Browse files Browse the repository at this point in the history
  • Loading branch information
songjiang951130 committed Nov 30, 2023
1 parent 458245a commit 3c39b05
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
- name: Build with Maven
run: mvn -B package --file pom.xml
- name: jacoco
run: mvn jacoco:report
- name: jacoco upload
run: bash <(curl -s https://codecov.io/bash) -t ${{ env.CODECOV-TOKEN.TOKEN }}
run: mvn test -B && mvn jacoco:report && bash <(curl -s https://codecov.io/bash) -t ${{ env.CODECOV-TOKEN.TOKEN }}

0 comments on commit 3c39b05

Please sign in to comment.