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 0f52320 commit 3b08fb9Copy full SHA for 3b08fb9
Earthfile
@@ -29,7 +29,7 @@ run-with-gradle:
29
# After this enabling this, you still need to update the GitHub action steps
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/
32
- SAVE ARTIFACT --save-ts build/reports/jacoco/test/jacocoTestReport.csv AS LOCAL build/reports/jacoco/test/jacocoTestReport.csv
+ SAVE ARTIFACT --keep-ts build/reports/jacoco/test/jacocoTestReport.csv AS LOCAL build/reports/jacoco/test/jacocoTestReport.csv
33
34
# Javadocs and jars
35
SAVE ARTIFACT --keep-ts build/libs/modern-java-practices-0-javadoc.jar
0 commit comments