Skip to content

Commit

Permalink
Revert "Excluded DBWrapper from coverage"
Browse files Browse the repository at this point in the history
This reverts commit aec5659.
  • Loading branch information
xwillq committed May 7, 2020
1 parent aec5659 commit 0935518
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import org.apache.logging.log4j.LogManager
import org.flywaydb.core.Flyway

@Suppress("TooManyFunctions") // divide into different classes
@ExcludeFromCodeCoverage
class DBWrapper @Inject constructor(private val conProvider: ConnectionProvider) {
private var con: Connection? = null
private val logger = LogManager.getLogger()
Expand Down

0 comments on commit 0935518

Please sign in to comment.