Skip to content

rodobarcaaa/tapir-http4s-seed

Repository files navigation

tapir-http4s-seed

Scala Steward badge Quality Gate Status Coverage Bugs Code Smells

Try it! JDK 21

docker-compose up -d
sbt run

Swagger: http://0.0.0.0:8080/docs/

Metrics: http://0.0.0.0:8080/metrics

Tests run

sh recreate-db
  • Run all tests: sbt test
  • Run all tests with coverage check: sbt tcoverage
  • Run all tests with coverage check and formatting: sbt +scalafmtAll tcoverage

Also, you can run only one suite like this

sbt "to *SOMETest"

Ref Documentation