4sh / datamaintain

One tool to maintain all your database schemas!
Apache License 2.0
25 stars 6 forks source link

feat: #69 Option to scan only files corresponding to a regex #187

Closed nroulon closed 2 years ago

nroulon commented 2 years ago

https://github.com/4sh/datamaintain/issues/69

github-actions[bot] commented 2 years ago

Unit Test Results

  59 files  +1    59 suites  +1   5m 17s :stopwatch: -11s 207 tests  - 3  206 :heavy_check_mark:  - 4  0 :zzz: ±0  1 :x: +1  329 runs   - 2  328 :heavy_check_mark:  - 3  0 :zzz: ±0  1 :x: +1 

For more details on these failures, see this check.

Results for commit 75682713. ± Comparison against base commit 212fb180.

This pull request removes 6 and adds 3 tests. Note that renamed tests count towards both. ``` datamaintain.test.MongoIT ‑ should dry run() datamaintain.test.MongoIT ‑ should execute() datamaintain.test.MongoIT ‑ should fail with invalid script() datamaintain.test.MongoIT ‑ should force mark as executed() datamaintain.test.MongoIT ‑ should override() datamaintain.test.MongoIT ‑ should partial execute() ``` ``` datamaintain.FilterTest ‑ should filter scripts by name() datamaintain.cli.app.update.db.UpdateDbTest$ConfigurationBuild$GenericConfiguration ‑ should build config with filename regex() datamaintain.core.DatamaintainConfigTest ‑ defaultFilenameRegex() ```

:recycle: This comment has been updated with latest results.