This is an automated email from the ASF dual-hosted git repository.
jamesbognar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git
The following commit(s) were added to refs/heads/master by this push:
new e60d7d462 Add test coverage reports.
e60d7d462 is described below
commit e60d7d462b8b6e4f05a398603359982d87c616b8
Author: James Bognar <[email protected]>
AuthorDate: Sat Sep 27 08:41:42 2025 -0400
Add test coverage reports.
---
.github/workflows/deploy-docs.yml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/deploy-docs.yml
b/.github/workflows/deploy-docs.yml
index 6c0166988..01ae2f75d 100644
--- a/.github/workflows/deploy-docs.yml
+++ b/.github/workflows/deploy-docs.yml
@@ -63,7 +63,7 @@ jobs:
- name: Generate Maven Site
run: |
- mvn clean site -DskipTests
+ mvn clean site
- name: Copy Maven Site to build directory
run: |
diff --git a/pom.xml b/pom.xml
index 93ccd6f7a..12ec16048 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
<fileSet
implementation="org.apache.maven.shared.model.fileset.FileSet">
<directory>${project.parent.build.directory}</directory>
<includes>
-
<include>*.exec</include>
+
<include>**/*.exec</include>
</includes>
</fileSet>
</fileSets>