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

justin-millman / Kvasir / 20 / 2
98%
master: 98%

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

25 Mar 2021 09:44PM UTC coverage: 99.445% (+0.03%) from 99.419%
AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release

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%)

31.02 hits per line

Source Files on job 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)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 18
  • Travis Job 20.2
  • e3c79e1e on github
  • Prev Job for AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release on master (#18.2)
  • Next Job for AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release on master (#22.2)
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