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

justin-millman / Kvasir / 5450723990
98%

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

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.

2483 of 2562 branches covered (96.92%)

Branch coverage included in aggregate %.

28 of 29 new or added lines in 1 file covered. (96.55%)

2585 of 2609 relevant lines covered (99.08%)

1048.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 Debug - 5450723990.1 04 Jul 2023 04:10AM UTC 0
98.44
GitHub Action Run
2 Release - 5450723990.2 04 Jul 2023 04:10AM UTC 0
98.63
GitHub Action Run
Source Files on build 5450723990
Detailed source file information is not available for this build.
  • Back to Repo
  • 3225407d on github
  • Prev Build on master (#5367687814)
  • Next Build on master (#5457605309)
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