Commit Graph

4 Commits

Author SHA1 Message Date
Masayuki Igawa 52c7cfde08
Add metadata column to coverage table
This commit adds metadata column to the coverage table. This should be
useful to filter results in the future.

Change-Id: I224d340b70ddd2c3cf7923f517281020470a9e45
2019-04-18 16:17:36 +09:00
Masayuki Igawa 856a9739da
Add files table
This commit adds 'files' table. This files table has coverage_id
column as a foreign key for the coverages table. And this commit also
adds a release note for it.

Change-Id: I8998a79a1ba79bbdab1cd79810cc85bcbccbe7d8
2017-03-08 18:39:32 +09:00
Masayuki Igawa 6390a0086d Add get_coverage()
Checking the unexpected records.

Change-Id: I22aa3aa528259ede949df935993a6d1ce24ca7fd
2016-11-11 19:27:20 +09:00
Masayuki Igawa e22975ab47 Add unit tests and remove oslo_db
This commit adds unit tests and removes oslo_db dependency.

Change-Id: I735044fbebefcea2f73b6431e55b9c67f5508c17
2016-11-11 11:33:43 +09:00