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

dgilland / pydash / 32543706255
100%

Build:
DEFAULT BRANCH: develop
Ran 22 Aug 2026 01:33AM UTC
Jobs 5
Files 70
Run time 1min
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

22 Aug 2026 01:31AM UTC coverage: 100.0%. Remained the same
32543706255

push

github

web-flow
Fix last_index_of missing a match at index 0 (#256)

The search loop used `while index:`, which stops before comparing
element 0, so last_index_of returned -1 whenever the value's last
occurrence was at index 0 (e.g. last_index_of([1, 2, 3], 1) gave -1
instead of 0). The sibling index_of already finds index 0 correctly.

Use `while index >= 0:` so index 0 is compared. The existing
`if index < array_len` guard already prevents out-of-range access,
and an empty array still returns -1. Add regression tests.

Co-authored-by: uttam12331 <uttam12331@users.noreply.github.com>

12818 of 12818 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3.11 - 32543706255.1 22 Aug 2026 01:33AM UTC 14
100.0
GitHub Action Run
2 3.14 - 32543706255.2 22 Aug 2026 01:33AM UTC 14
100.0
GitHub Action Run
3 3.13 - 32543706255.3 22 Aug 2026 01:33AM UTC 14
100.0
GitHub Action Run
4 3.12 - 32543706255.4 22 Aug 2026 01:33AM UTC 14
100.0
GitHub Action Run
5 3.10 - 32543706255.5 22 Aug 2026 01:33AM UTC 14
100.0
GitHub Action Run
Source Files on build 32543706255
  • Tree
  • List 70
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fbab9f96 on github
  • Prev Build on develop (#30222029784)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc