https://github.com/xuwei-k/junit-report-aggregate
sbt plugin for aggregate junit reports
https://github.com/xuwei-k/junit-report-aggregate
junit sbt sbt-plugin scala testing
Last synced: 11 months ago
JSON representation
sbt plugin for aggregate junit reports
- Host: GitHub
- URL: https://github.com/xuwei-k/junit-report-aggregate
- Owner: xuwei-k
- License: mit
- Created: 2022-02-19T13:11:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-03-17T10:10:45.000Z (over 1 year ago)
- Last Synced: 2025-03-25T00:41:32.096Z (over 1 year ago)
- Topics: junit, sbt, sbt-plugin, scala, testing
- Language: Scala
- Homepage:
- Size: 58.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# junit-report-aggregate
`project/plugins.sbt`
```scala
addSbtPlugin("com.github.xuwei-k" % "junit-report-aggregate" % "version")
```