Skip to content

Commit dbbf092

Browse files
committed
Update JaCoCo report paths in action.yml and build-test.yml for consistency
1 parent a286bfb commit dbbf092

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/test-report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
jacoco-path:
99
description: "Path to the JaCoCo XML report"
1010
required: false
11-
default: "target/site/jacoco/jacoco.xml"
11+
default: "target/site/jacoco-coverage/jacoco.xml"
1212
check-name:
1313
description: "Name for the check run"
1414
required: false

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ jobs:
8888
if: always()
8989
with:
9090
name: coverage-report
91-
path: target/site/jacoco/
91+
path: target/site/jacoco-coverage/
9292
retention-days: 14

0 commit comments

Comments
 (0)