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

skeema / tengo / 105
93%
main: 94%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v0.10.3
DEFAULT BRANCH: main
Ran 29 Dec 2018 11:12PM UTC
Jobs 1
Files 13
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

28 Dec 2018 11:36PM UTC coverage: 91.304% (+0.2%) from 91.109%
105

push

travis-ci

evanelias
Unify handling of diffs across multiple object types

This commit adds a notion of "object types" (tables, databases, views, etc)
and provides a common interface for generic diffs. The immediate practical
effect is that schema-level DDL (CREATE DATABASE, ALTER DATABASE, etc) can
be handled in the same way as table-level DDL.

Primary additions:
* new DatabaseDiff struct
* new ObjectDiff interface, satisfied by TableDiff and DatabaseDiff
* UnsupportedDiffError now has an ObjectType field

Since this package is still pre-1.0, several backwards-incompatible changes
are included, mainly around removing "table" from type or field names that
are now more generic:
* TableDiffType -> DiffType
* TableDiffCreate -> DiffTypeCreate
* TableDiffDrop -> DiffTypeDrop
* TableDiffAlter -> DiffTypeAlter
* TableDiffRename -> DiffTypeRename
* SchemaDiff.SchemaDDL removed; use new DatabaseDiff() method instead
* UnsupportedDiffError fields no longer include word "Table"

2142 of 2346 relevant lines covered (91.3%)

158.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 105.1 29 Dec 2018 11:12PM UTC 0
91.3
Travis Job 105.1
Source Files on build 105
  • List 0
  • Changed 8
  • Source Changed 1
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #105
  • ff545bff on github
  • Prev Build on master (#103)
  • Next Build on master (#106)
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