Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 463 Bytes

File metadata and controls

30 lines (22 loc) · 463 Bytes

Database Migrator: core

Static analysis

To run static analysis:

make check

To fix code style:

make fix

Testing

The package is tested with

To run tests:

make tests