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 7909a9d commit 1cac720Copy full SHA for 1cac720
.github/workflows/javaTests.yml
@@ -101,7 +101,6 @@ jobs:
101
ARTIFACT_NAME="transient_jacoco"
102
ARTIFACT_NAME+="-${{ matrix.tests }}"
103
ARTIFACT_NAME=${ARTIFACT_NAME//\*/x} # replace * with x
104
- ARTIFACT_NAME+=".exec"
105
echo "ARTIFACT_NAME=$ARTIFACT_NAME" >> $GITHUB_ENV
106
107
- name: Save Java Test Coverage as Artifact
@@ -141,12 +140,7 @@ jobs:
141
140
path: target
142
143
- 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
+ run: mvn jacoco:merge
150
151
- name: Process Classes
152
run: mvn process-classes
0 commit comments