Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 584 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 584 Bytes

Malefiz

HTWG Constance - Software Engineering - Semester 3

MAIN status

codecov

Compile with sbt compile, run with sbt run

Run jacoco with sbt jacoco and generate a report with sbt jacocoReport

Docker was built via

sudo docker pull hseeberger/scala-sbt:17.0.2_1.6.2_3.1.1
sudo docker build -t malefiz:v1 .
sudo docker run -ti malefiz:v1