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

justin-millman / Kvasir / 45
98%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2022 04:07AM UTC
Jobs 2
Files 74
Run time 31s
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
45

push

travis-ci-com

justin-millman
RelationMap<TKey, TValue>

This commit implements the RelationMap<TKey, TValue>, the third collection type of the Kvasir framework. RelationMaps
are collections of key-value pairs that track mutation operations and disallow duplicate values; they can expose the
current 'state' of their elements for appropriate interaction with a back-end relational database. The API of a
RelationMap is identical to that of a standard Dictionary<TKey, TValue>, with the addition of a few explicit interface
implementations of the new IRelation API (which is internal, and therefore hidden from users). RelationMaps should only
be used with immutable value types.

1399 of 1447 relevant lines covered (96.68%)

163.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 45.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug) 13 Jun 2022 04:08AM UTC 0
96.79
Travis Job 45.1
2 45.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release) 13 Jun 2022 04:07AM UTC 0
96.68
Travis Job 45.2
Source Files on build 45
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #45
  • 757dae83 on github
  • Prev Build on master (#43)
  • Next Build on master (#47)
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