Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-20T07:29:39.000Z (3 months ago)
- Last Synced: 2024-10-27T01:19:57.836Z (3 months ago)
- Topics: junit, sbt, sbt-plugin, scala, testing
- Language: Scala
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
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")
```