An open API service indexing awesome lists of open source software.

https://github.com/absaoss/ultet

Database deployment tool
https://github.com/absaoss/ultet

Last synced: 12 months ago
JSON representation

Database deployment tool

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
```