File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_USERNAME : williamniemiec
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23- run : mvn --file src/java/ pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+ run : mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424 - uses : codecov/codecov-action@v1
2525 with :
2626 file : ./**/target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_USERNAME : williamniemiec
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23- run : mvn --file src/java/ pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+ run : mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424 - uses : codecov/codecov-action@v1
2525 with :
2626 file : ./**/target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 2020 env :
2121 GITHUB_USERNAME : williamniemiec
2222 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23- run : mvn --file src/java/ pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
23+ run : mvn --file pom.xml jacoco:prepare-agent resources:testResources install jacoco:report
2424 - uses : codecov/codecov-action@v1
2525 with :
2626 file : ./**/target/site/jacoco/jacoco.xml
You can’t perform that action at this time.
0 commit comments