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

justin-millman / Kvasir / 20
98%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2021 09:51PM UTC
Jobs 2
Files 37
Run time 13s
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
20

push

travis-ci-com

justin-millman
DataConverter

This commit introduces the DataConverter utility, which is a wrapper to assist with the transformation of data between
representations. A DataConverter supports, at a minimum, one-way conversion from some source type into some result type;
optionally, it can also support reverse conversion from the result type into the source type. The conversion APIs are
necessarily type erased (operating solely on object?), but there are runtime type checks on top of any checks performed
during casting. This utility will be leveraged by the Extraction Layer to convert enumerators into strings/integers,
among other conversion possibilities.

717 of 721 relevant lines covered (99.45%)

71.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 20.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug) 25 Mar 2021 09:51PM UTC 0
99.63
Travis Job 20.1
2 20.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release) 25 Mar 2021 09:51PM UTC 0
99.45
Travis Job 20.2
Source Files on build 20
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #20
  • e3c79e1e on github
  • Prev Build on master (#18)
  • Next Build on master (#22)
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