Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Latest commit

 

History

History
54 lines (39 loc) · 1.72 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.72 KB

velka

Financial Budget Instrument

License Build Status Coverage Status DepShield Badge Total alerts Language grade: Java CodeFactor Known Vulnerabilities

Run

mvn spring-boot:run

Run Unit tests

mvn clean test

Run Integration tests

mvn clean verify -P integration-test

Run all tests

mvn clean verify -P all-tests

Run coveralls

export REPO_TOKEN=token
mvn clean test jacoco:report coveralls:report -DrepoToken=$REPO_TOKEN

or

export REPO_TOKEN=token
mvn clean isntall
mvn coveralls:report -DrepoToken=$REPO_TOKEN

Contribute

add close #issue in pull request