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

justin-millman / Kvasir / 30
98%

Build:
DEFAULT BRANCH: master
Ran 02 Aug 2021 02:44AM UTC
Jobs 2
Files 51
Run time 8s
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
30

push

travis-ci-com

justin-millman
StickyList

A StickyList is a list-like data structure in which each element has a 'stickiness' that defines whether or not its
position in the list is fixed. A non-sticky element can occupy any available slot, whereas a sticky element must ocupy
the slot at which it was inserted/added. This can lead to gaps in the list, which are filled by non-sticky elements
whenever possible (such as on addition, or when a gap arises due to a removal).

The StickyList will be used for ordering columns during Translation, as some Fields will be pinned to specificy column
indices while others will be flexible. That being said, the StickyList itself is intended to be general-purpose: for
example, it throws exceptions on invalid or noncomformant input and exposes certain query APIs that may not be useful
for the specific Translation use case.

987 of 991 relevant lines covered (99.6%)

181.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30.1 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Debug) 02 Aug 2021 02:44AM UTC 0
99.73
Travis Job 30.1
2 30.2 (AUTHOR=$(git show -s --pretty=format:"%cn") EMAIL=$(git show -s --pretty=format:"%ce") MESSAGE=$(git show -s --pretty=format:"%s") CONFIGURATION=Release) 02 Aug 2021 02:44AM UTC 0
99.6
Travis Job 30.2
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #30
  • f2cfc7ee on github
  • Prev Build on master (#28)
  • Next Build on master (#33)
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