Skip to content

Commit

Permalink
Exclude bootstrap from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmior committed Jun 26, 2024
1 parent b293fff commit b807cf1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/ScalatraBootstrap.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// $COVERAGE-OFF$
import io.github.dataunitylab.jsonoid.server._
import org.scalatra._
import javax.servlet.ServletContext
Expand All @@ -7,3 +8,4 @@ class ScalatraBootstrap extends LifeCycle {
context.mount(new JsonoidServlet, "/*")
}
}
// $COVERAGE-ON$

0 comments on commit b807cf1

Please sign in to comment.