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

justin-millman / Kvasir / 15
98%

Build:
DEFAULT BRANCH: master
Ran 01 Jan 2021 11:25PM UTC
Jobs 2
Files 22
Run time 21s
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

pending completion
15

push

travis-ci-com

justin-millman
Add ToString() Override for DBType

This commit adds an override of the object.ToString() method for DBType. To facilitate this without adding extra members
to the DBType class, a static array of string forms is used with the existing byte ID serving as an indexer. Due to
static initialization ordering rules (which I don't fully understand at this time), this requires that the previous
in-line initializations for the DBType pseudo-enumerators (e.g. public static ... { get; } = ...;) be moved to the
static constructor.

This commit resolves GitHub Issue #3.

613 of 616 relevant lines covered (99.51%)

70.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 15.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug) 01 Jan 2021 11:25PM UTC 0
99.51
Travis Job 15.1
2 15.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release) 01 Jan 2021 11:25PM UTC 0
99.55
Travis Job 15.2
Source Files on build 15
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #15
  • a9ead97e on github
  • Prev Build on master (#13)
  • Next Build on master (#18)
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

© 2026 Coveralls, Inc