Conversation
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 71.55% 71.54% -0.01%
==========================================
Files 21 21
Lines 8772 8776 +4
==========================================
+ Hits 6277 6279 +2
- Misses 1770 1771 +1
- Partials 725 726 +1
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #30 +/- ##
==========================================
- Coverage 71.55% 71.52% -0.04%
==========================================
Files 21 21
Lines 8772 8786 +14
==========================================
+ Hits 6277 6284 +7
- Misses 1770 1776 +6
- Partials 725 726 +1
Continue to review full report at Codecov.
|
|
Will you do not support for benchmarking with ・Use |
| @@ -52,119 +81,75 @@ func initDB() error { | |||
| return nil | |||
| } | |||
There was a problem hiding this comment.
Hi, initDB() in tx_test.go seems to be not supported posgresql.
(I can't execute these tests.)
So I want you to be able to select the driver here.
Refs: #29
Add
database_adapterpackage for supporting other databases.