Skip to content

Commit

Permalink
using jacoco plugin from within pom
Browse files Browse the repository at this point in the history
  • Loading branch information
pfichtner committed Apr 21, 2024
1 parent 82ce321 commit 248821b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
distribution: 'adopt'
cache: maven
- name: Build with Maven
run: mvn -B org.jacoco:jacoco-maven-plugin:prepare-agent package --file pom.xml
run: mvn -B package --file pom.xml
- name: Codecov
uses: codecov/codecov-action@84508663e988701840491b86de86b666e8a86bed # v4.3.0

Expand Down

0 comments on commit 248821b

Please sign in to comment.