Is your feature request related to a problem? Please describe.
To be reliable, a system need to be covered by tests. But, currently, the coverage of the project is low.
Describe the solution you'd like
- Cover all the public interfaces of the lib with at least 80% of unit tests.
- Create integration tests to run in CI env to cover connection with the database drivers.
Is your feature request related to a problem? Please describe.
To be reliable, a system need to be covered by tests. But, currently, the coverage of the project is low.
Describe the solution you'd like