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

justin-millman / Kvasir / 39
98%

Build:
DEFAULT BRANCH: master
Ran 30 May 2022 02:44PM UTC
Jobs 2
Files 73
Run time 59min
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
39

push

travis-ci-com

justin-millman
RelationSet<T>

This commit implements the RelationSet<T>, the second collection type of the Kvasir framework. RelationSets are
unordered collections that track utation 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 RelationSet is identical
to that of a standard HashSet<T>, with the addition of a few explicit interface implementations of the new IRelation API
(which is internal, and therefore hidden from users). RelationSets should only be used with immutable elements.

1328 of 1357 relevant lines covered (97.86%)

169.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 39.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug) 30 May 2022 02:44PM UTC 0
97.97
Travis Job 39.1
2 39.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release) 30 May 2022 02:45PM UTC 0
97.86
Travis Job 39.2
Source Files on build 39
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #39
  • b8cedd3d on github
  • Prev Build on master (#37)
  • Next Build on master (#43)
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