File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 2626 ${{ runner.os }}-
2727 - name : Run maven build
2828 run : mvn install -PprettierCheck -Dprettier.nodePath=node -Dprettier.npmPath=npm
29+ - name : codecov
30+ uses : codecov/codecov-action@v5
31+ with :
32+ files : ./**/target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 4646 -Dsonar.projectName=${SONAR_PROJECT_NAME} \
4747 -Dsonar.host.url=https://sonarcloud.io \
4848 -Dsonar.token=${SONAR_TOKEN}
49+ - name : codecov
50+ uses : codecov/codecov-action@v5
51+ with :
52+ files : ./**/target/site/jacoco/jacoco.xml
4953 - name : Upload artifact
50545155 with :
Original file line number Diff line number Diff line change 5656 -Dsonar.projectName=${SONAR_PROJECT_NAME} \
5757 -Dsonar.host.url=https://sonarcloud.io \
5858 -Dsonar.token=${SONAR_TOKEN}
59+ - name : codecov
60+ uses : codecov/codecov-action@v5
61+ with :
62+ files : ./**/target/site/jacoco/jacoco.xml
5963 - name : Upload artifact
60646165 with :
You can’t perform that action at this time.
0 commit comments