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

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

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

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

Jobs
ID Job ID Ran Files Coverage
1 #541.1 18 Jun 2020 01:01PM UTC 0
98.64
Source Files on build #541
Detailed source file information is not available for this build.
  • Back to Repo
  • 5c6972e2 on github
  • Prev Build on master
  • Next Build on master
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