blob: 20a4babfab3daa9a45ede0131b61807f2caead1c [file] [log] [blame]
package coverageschema
// Tables represents the full schema of the SQL database.
type Tables struct {
TestSuiteMapping []CoverageSchema
}