We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87bd4c commit 7da34ffCopy full SHA for 7da34ff
.github/workflows/main.yml
@@ -114,14 +114,14 @@ jobs:
114
tar xf /tmp/apache-maven-3.6.3-bin.tar.gz -C /opt
115
echo "${M2_HOME}/bin" >> $GITHUB_PATH
116
117
- - name: Run cobertura
+ - name: Run jacoco
118
shell: bash
119
run: |
120
- mvn cobertura:cobertura -Dcobertura.report.format=xml -B
+ mvn -V -B -U clean test jacoco:report -Dformats=xml
121
122
# Generating test coverage report and publishing to Codacy
123
- name: Run report coverage
124
uses: codacy/codacy-coverage-reporter-action@v1
125
with:
126
project-token: 571cdd20d4bf435f84b25d806d304792
127
- coverage-reports: target/site/cobertura/coverage.xml
+ coverage-reports: target/jacoco/jacoco.xml
0 commit comments