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

digidem / multi-core-indexer / 7547570685
100%

Build:
DEFAULT BRANCH: main
Ran 16 Jan 2024 09:12PM UTC
Jobs 2
Files 5
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

16 Jan 2024 09:11PM UTC coverage: 100.0%. Remained the same
7547570685

push

github

web-flow
Use iterables directly instead of using `.values()` (#27)

This change should have no user impact.

This replaces the use of `Array.prototype.values()` and
`Set.prototype.values()` with the iterables themselves, as `.values()`
is redundant. To quote [MDN's docs][0]:

> `Array.prototype.values()` is the default implementation of
> `Array.prototype[@@iterator]()`.

MDN [says something similar for `Set`][1].

`git grep -F '.values()'` returns no results after this change.

[0]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/values#description
[1]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set/@@iterator#return_value

77 of 77 branches covered (100.0%)

Branch coverage included in aggregate %.

1 of 1 new or added line in 1 file covered. (100.0%)

238 of 238 relevant lines covered (100.0%)

29383.64 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7547570685.1 16 Jan 2024 09:12PM UTC 5
100.0
GitHub Action Run
2 7547570685.2 16 Jan 2024 09:12PM UTC 5
100.0
GitHub Action Run
Source Files on build 7547570685
  • Tree
  • List 5
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • a4ea3984 on github
  • Prev Build on main (#7018920743)
  • Next Build on main (#7548650708)
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