Coverage Summary for Class: AutoMigrations (com.stslex93.notes.core.database.database)
Class | Method, % | Branch, % | Line, % | Instruction, % |
---|---|---|---|---|
AutoMigrations | 0% (0/1) | 0% (0/1) | 0% (0/6) | |
AutoMigrations$AUTO_MIGRATION_1_2$1 | 0% (0/1) | 0% (0/1) | 0% (0/8) | |
Total | 0% (0/2) | 0% (0/2) | 0% (0/14) |
package com.stslex93.notes.core.database.database
import androidx.room.migration.AutoMigrationSpec
object AutoMigrations {
val AUTO_MIGRATION_1_2 = object : AutoMigrationSpec {}
}