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 e6877af commit 3714a2bCopy full SHA for 3714a2b
.github/workflows/unit-testing.yml
@@ -26,12 +26,10 @@ jobs:
26
cache: maven
27
28
- name: Run Tests and Generate JaCoCo Report
29
- working-directory: contentstack-java
30
run: mvn clean test -Dtest='Test*' jacoco:report -Dgpg.skip=true
31
32
- name: Extract and Check Coverage Thresholds
33
id: coverage
34
35
run: |
36
echo "Checking JaCoCo coverage thresholds..."
37
@@ -75,4 +73,4 @@ jobs:
75
73
uses: actions/upload-artifact@v4
76
74
with:
77
name: jacoco-report
78
- path: contentstack-java/target/site/jacoco/
+ path: target/site/jacoco/
0 commit comments