Skip to content

Commit

Permalink
ci.yaml cleanup: remove redundant jacoco:report
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Apr 25, 2022
1 parent d4709e2 commit 636a03c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build with Maven
run: mvn clean package -B
- name: Generate code coverage
run: mvn -Pgen-code-cov clean test jacoco:report
run: mvn -Pgen-code-cov clean test
# https://github.com/marketplace/actions/codecov
- uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 636a03c

Please sign in to comment.