Skip to content

Commit 1cac720

Browse files
committed
minor cleanup
1 parent 7909a9d commit 1cac720

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/javaTests.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ jobs:
101101
ARTIFACT_NAME="transient_jacoco"
102102
ARTIFACT_NAME+="-${{ matrix.tests }}"
103103
ARTIFACT_NAME=${ARTIFACT_NAME//\*/x} # replace * with x
104-
ARTIFACT_NAME+=".exec"
105104
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
106105
107106
- name: Save Java Test Coverage as Artifact
@@ -141,12 +140,7 @@ jobs:
141140
path: target
142141

143142
- name: Merge Jacoco Artifacts
144-
run: |
145-
ls
146-
echo "And Now Target "
147-
ls -la target
148-
ls -la target/transient_jacoco-xx.functions.homomorphicEncryption.xx.exec
149-
mvn jacoco:merge
143+
run: mvn jacoco:merge
150144

151145
- name: Process Classes
152146
run: mvn process-classes

0 commit comments

Comments
 (0)