• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

migration-script-runner / msr-core / a58d24e0-eaaa-4ed8-8012-7c1752c86ddd
100%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2025 04:11PM UTC
Jobs 1
Files 45
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

29 Nov 2025 04:11PM UTC coverage: 100.0%. Remained the same
a58d24e0-eaaa-4ed8-8012-7c1752c86ddd

push

circleci

vlavrynovych
#81: Simplify and clarify public API method names

Renamed methods across core interfaces for better clarity and consistency.

MigrationScriptExecutor:
- migrate() → up(targetVersion?) - unified method for all/targeted migrations
- migrateTo() → removed (merged into up())
- downTo() → down() - clearer rollback naming
- Added migrate() as alias to up() for convenience

ISchemaVersion:
- migrations → migrationRecords - more descriptive property name
- Added comprehensive JSDoc for all methods

IMigrationScript:
- getAll() → getAllExecuted() - explicit about what is retrieved

IBackup:
- restore(data) → restore(backupData) - clearer parameter name

IMigrationService:
- readMigrationScripts() → findMigrationScripts()
- getBeforeMigrateScript() → findBeforeMigrateScript()

Breaking changes:
- All method renames require code updates
- Property access changes for migrationRecords

552 of 552 branches covered (100.0%)

Branch coverage included in aggregate %.

8 of 8 new or added lines in 2 files covered. (100.0%)

1086 of 1086 relevant lines covered (100.0%)

519.46 hits per line

Jobs
ID Job ID Ran Files Coverage
1 a58d24e0-eaaa-4ed8-8012-7c1752c86ddd.1 29 Nov 2025 04:11PM UTC 45
100.0
Source Files on build a58d24e0-eaaa-4ed8-8012-7c1752c86ddd
  • Tree
  • List 45
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #A58D24E0...
  • b0c8d887 on github
  • Prev Build on master (#BE9FA4A5...)
  • Next Build on master (#BDB78EBF...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc