Skip to content

Commit 13c884b

Browse files
committed
github actions test report docs
1 parent 174c6bb commit 13c884b

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

docs/modules/ROOT/pages/javalib/testing.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ include::partial$example/javalib/testing/3-integration-suite.adoc[]
2020

2121
== Test Grouping
2222

23-
include::partial$example/javalib/testing/4-test-grouping.adoc[]
23+
include::partial$example/javalib/testing/4-test-grouping.adoc[]
24+
25+
26+
== Github Actions Test Reports
27+
28+
If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
29+
your pipeline to render the generated `test-report.xml` files nicely on Github. See
30+
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration

docs/modules/ROOT/pages/kotlinlib/testing.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,11 @@ include::partial$example/kotlinlib/testing/3-integration-suite.adoc[]
2020

2121
== Test Grouping
2222

23-
include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]
23+
include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]
24+
25+
26+
== Github Actions Test Reports
27+
28+
If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
29+
your pipeline to render the generated `test-report.xml` files nicely on Github. See
30+
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration

docs/modules/ROOT/pages/scalalib/testing.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ include::partial$example/scalalib/testing/3-integration-suite.adoc[]
2020

2121
== Test Grouping
2222

23-
include::partial$example/scalalib/testing/4-test-grouping.adoc[]
23+
include::partial$example/scalalib/testing/4-test-grouping.adoc[]
24+
25+
== Github Actions Test Reports
26+
27+
If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
28+
your pipeline to render the generated `test-report.xml` files nicely on Github. See
29+
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration

0 commit comments

Comments
 (0)