File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,9 @@ run-with-gradle:
17
17
COPY run-with-gradle.sh .
18
18
RUN ./run-with-gradle.sh
19
19
20
- # For CI so that GitHub can copy artifacts
21
- # Coverage reports
22
- SAVE ARTIFACT --keep-ts build/reports/jacoco/test/ AS LOCAL build/reports/jacoco/test/
23
- # Javadocs and jars
24
- SAVE ARTIFACT --keep-ts build/libs/modern-java-practices-0-javadoc.jar
25
- SAVE ARTIFACT --keep-ts build/docs/javadoc/test/ AS LOCAL build/docs/javadoc/test/
20
+ # For CI so that GitHub can copy artifacts
26
21
22
+ # Coverage reports
27
23
# Test coverage and badge for Gradle:
28
24
# You need to PICK ONE from Gradle or Maven for your build.
29
25
# This project uses Maven (see below) to create the code coverage badge to
@@ -32,9 +28,12 @@ run-with-gradle:
32
28
# Gradle.
33
29
# After this enabling this, you still need to update the GitHub action steps
34
30
# to generate the badge using a custom path to the CVS report.
31
+ SAVE ARTIFACT --keep-ts build/reports/jacoco/test/ AS LOCAL build/reports/jacoco/test/
35
32
SAVE ARTIFACT --save-ts build/reports/jacoco/test/jacocoTestReport.csv AS LOCAL build/reports/jacoco/test/jacocoTestReport.csv
36
- # Experiment if GitHub shows test coverage from these reports:
37
- SAVE ARTIFACT --keep-ts build/reports/jacoco/test/jacocoTestReport.csv build/reports/jacoco/test/jacocoTestReport.csv
33
+
34
+ # Javadocs and jars
35
+ SAVE ARTIFACT --keep-ts build/libs/modern-java-practices-0-javadoc.jar
36
+ SAVE ARTIFACT --keep-ts build/docs/javadoc/test/ AS LOCAL build/docs/javadoc/test/
38
37
39
38
build-with-maven :
40
39
COPY mvnw .
You can’t perform that action at this time.
0 commit comments