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

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

Build:
DEFAULT BRANCH: master
Ran 04 Jul 2023 04:10AM UTC
Files 94
Run time 1s
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

04 Jul 2023 04:09AM UTC coverage: 98.629% (-0.04%) from 98.665%
5450723990.2

push

github

justin-millman
Utility for Obtaining Array of Valid Enumerators

This commit adds a utility function that, given an Enumeration type, produces an unordered array of the type's valid
enumerators. This is a companion function to the long-existing Enumerator.IsValid() extension method, and has the same
general-purpose use cases. Specifically, though, this function will be used by the Translation Layer when translating
Enumeration-type Fields, as the Schema Layer has to be seeded with the allowed set. Note importantly that this new
method is computationally expensive for flag enumerations, and therefore the IsValid() extension does not simply call
this method and then check for containment.

1229 of 1258 branches covered (97.69%)

Branch coverage included in aggregate %.

2585 of 2609 relevant lines covered (99.08%)

455.6 hits per line

Source Files on job Release - 5450723990.2
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5450723990
  • 3225407d on github
  • Prev Job for on master (#5367687814.1)
  • Next Job for on master (#5457605309.1)
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