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

basilisp-lang / basilisp / #541 / 1
99%
main: 99%

Build:
Build:
LAST BUILD BRANCH: feature/python-inspect-ns
DEFAULT BRANCH: main
Ran 18 Jun 2020 01:01PM UTC
Files 37
Run time 17s
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

18 Jun 2020 12:49PM UTC coverage: 98.639% (+0.06%) from 98.584%
#541.1

push

coveralls-python

web-flow
Fix `nth` and `get` type support (#570)

 * `nth` previously would respond to nearly any collection type, which was incorrect. `nth` should only respond to sequential types, not maps and sets which _can produce_ sequences but are not themselves sequential.
 * `get` should technically respond to all types, though in most cases it returns `nil` (or its default value). It should respond to set types as if by calling them with the key. It should respond to all Python types as by `__getitem__`.

2430 of 2485 branches covered (97.79%)

Branch coverage included in aggregate %.

6703 of 6774 relevant lines covered (98.95%)

0.99 hits per line

Source Files on job #541.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 541
  • 5c6972e2 on github
  • Prev Job for on master (##530.1)
  • Next Job for on master (##543.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