https://github.com/absaoss/ultet
Database deployment tool
https://github.com/absaoss/ultet
Last synced: 12 months ago
JSON representation
Database deployment tool
- Host: GitHub
- URL: https://github.com/absaoss/ultet
- Owner: AbsaOSS
- License: apache-2.0
- Created: 2023-10-17T10:16:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-26T23:11:54.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T09:39:14.794Z (about 1 year ago)
- Language: Scala
- Size: 223 KB
- Stars: 3
- Watchers: 9
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ultet
### Building and testing
To build and test the package locally, run:
```
sbt clean test
```
### How to generate Code coverage report
```sbt
sbt ++{scala_version} jacoco
```
Code coverage will be generated on path:
```
{project-root}/target/scala-{scala_version}/jacoco/report/html
```