Skip to content

Commit

Permalink
github actions test report docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Jan 1, 2025
1 parent 174c6bb commit 13c884b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
9 changes: 8 additions & 1 deletion docs/modules/ROOT/pages/javalib/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ include::partial$example/javalib/testing/3-integration-suite.adoc[]

== Test Grouping

include::partial$example/javalib/testing/4-test-grouping.adoc[]
include::partial$example/javalib/testing/4-test-grouping.adoc[]


== Github Actions Test Reports

If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
your pipeline to render the generated `test-report.xml` files nicely on Github. See
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration
9 changes: 8 additions & 1 deletion docs/modules/ROOT/pages/kotlinlib/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,11 @@ include::partial$example/kotlinlib/testing/3-integration-suite.adoc[]

== Test Grouping

include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]
include::partial$example/kotlinlib/testing/4-test-grouping.adoc[]


== Github Actions Test Reports

If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
your pipeline to render the generated `test-report.xml` files nicely on Github. See
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration
8 changes: 7 additions & 1 deletion docs/modules/ROOT/pages/scalalib/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ include::partial$example/scalalib/testing/3-integration-suite.adoc[]

== Test Grouping

include::partial$example/scalalib/testing/4-test-grouping.adoc[]
include::partial$example/scalalib/testing/4-test-grouping.adoc[]

== Github Actions Test Reports

If you use Github Actions for CI, you can use https://github.com/mikepenz/action-junit-report in
your pipeline to render the generated `test-report.xml` files nicely on Github. See
https://github.com/com-lihaoyi/mill/pull/4218/files for an example integration

0 comments on commit 13c884b

Please sign in to comment.