forked from ScaCap/action-surefire-report
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ScaCapGH-184: ignore incompatible XML reports (ScaCap#198)
Fixes ScaCap#184 Ignore files that don't have testsuites Reorganize the folders
- Loading branch information
1 parent
a27556b
commit 687f107
Showing
31 changed files
with
109 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,32 +22,33 @@ jobs: | |
java-version: 8 | ||
distribution: 'temurin' | ||
cache: 'maven' | ||
- run: cd tests && mvn clean test --batch-mode -Dmaven.test.failure.ignore=true | ||
- run: cd integration-tests/maven && mvn clean verify --batch-mode -Dmaven.test.failure.ignore=true | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Surefire Test Report | ||
report_paths: '**/surefire-reports/*.xml, **/failsafe-reports/*.xml' | ||
- uses: cclauss/[email protected] | ||
with: | ||
args: pytest --junit-xml=python/report.xml python/ || exit 0 | ||
args: pytest integration-tests/python/ --junit-xml=integration-tests/python/report.xml || exit 0 | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Pytest Report | ||
report_paths: python/report.xml | ||
report_paths: integration-tests/python/report.xml | ||
- uses: actions/setup-go@v5 | ||
with: | ||
go-version: 1.18.x | ||
go-version: 1.21.x | ||
- run: | | ||
cd go && | ||
cd integration-tests/go && | ||
go install github.com/jstemmer/go-junit-report/v2@latest && | ||
go test -v 2>&1 ./... | | ||
go-junit-report -out report.xml | ||
- uses: ./ | ||
if: github.ref != 'refs/heads/master' | ||
with: | ||
check_name: Example Go Report | ||
report_paths: go/report.xml | ||
report_paths: integration-tests/go/report.xml | ||
file_name_in_stack_trace: true | ||
- uses: actions/setup-node@v4 | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Binary file removed
BIN
-2.72 KB
tests/email/target/test-classes/action/surefire/report/email/EmailAddressTest.class
Binary file not shown.
Oops, something went wrong.