Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/notaphplover/shiro-back


https://github.com/notaphplover/shiro-back

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Description

Simple dockerized test project with a simple continuous integration system.

# How to build the project

1. Clone the repo.
2. Build gradle dependencies

```
gradle build
```

# How to launch tests

Just call the gradle test task:
```
gradle test
```

# How to generate a code coverage report

After calling the test task, run the jacocoTestReport task.

```
gradle jacocoTestReport
```