Add major/minor/verbosity to DB records

pull/554/head
Rick Carlino 2017-12-06 15:57:28 -06:00
parent 214703b0ea
commit 87e22a6cc1
2 changed files with 5 additions and 0 deletions

View File

@ -18,6 +18,9 @@ module Logs
integer :x
integer :y
integer :z
integer :verbosity
integer :major_version
integer :minor_version
end
end
end

2
codecov.yml 100644
View File

@ -0,0 +1,2 @@
ignore:
- "app/models/transport.rb" # Too many stubs to bother testing.