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

karenc / db-migrator / 84 / 1
90%
master: 97%

Build:
Build:
LAST BUILD BRANCH: 1.1.0
DEFAULT BRANCH: master
Ran 24 Apr 2016 12:27PM UTC
Files 19
Run time 1s
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

24 Apr 2016 12:24PM UTC coverage: 89.6%. First build
84.1

push

travis-ci

karenc
Change `dbmigrator list` to list version and migration name separately

Change from:

```
karen@trusty:~/db-migrator (master)$ ./bin/dbmigrator
--config=../cnx-archive/development.ini
--migrations-directory=../cnx-archive/cnxarchive/sql/migrations/ list
name                      | is applied | date applied
----------------------------------------------------------------------
20160101000000_update_fil   True         2016-04-18 23:26:28.835506+01:00
20160128110515_mimetype_o   True         2016-04-18 23:27:05.018055+01:00
20160128111115_mimetype_r   True         2016-04-18 23:26:28.835506+01:00
20160308064742_unique_fil   True         2016-04-18 23:26:28.835506+01:00
20160309072525_collation_   True         2016-04-18 23:26:28.835506+01:00
20160314200432_remove_xml   True         2016-04-18 23:26:28.835506+01:00
20160423022147_add_python   False
```

to:

```
karen@trusty:~/db-migrator (list)$ ./bin/dbmigrator --config=../cnx-archive/development.ini --migrations-directory=../cnx-archive/cnxarchive/sql/migrations/ list
version        | name            | is applied | date applied
----------------------------------------------------------------------
20160101000000   update_file_tri   True         2016-04-18 23:26:28.835506+01:00
20160128110515   mimetype_on_fil   True         2016-04-18 23:27:05.018055+01:00
20160128111115   mimetype_remova   True         2016-04-18 23:26:28.835506+01:00
20160308064742   unique_files_by   True         2016-04-18 23:26:28.835506+01:00
20160309072525   collation_schem   True         2016-04-18 23:26:28.835506+01:00
20160314200432   remove_xml_from   True         2016-04-18 23:26:28.835506+01:00
20160423022147   add_python_sql_   False
```

560 of 625 relevant lines covered (89.6%)

0.9 hits per line

Source Files on job 84.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 84
  • Travis Job 84.1
  • 63c8bafb on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc