Repo Added
|
Files
7
|
Badge
README BADGES
|
push
travis-ci
18 of 18 new or added lines in 1 file covered. (100.0%)
1178 of 1607 relevant lines covered (73.3%)
1.43 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|
Builds | Branch | Commit | Type | Ran | Committer | Via | Coverage |
---|---|---|---|---|---|---|---|
349 | container-refactoring | chore: make container __setitem__ more efficient | push | KristianJensen | travis-ci | pending completion | |
347 | container-refactoring | test: fix container __dir__ test | push | KristianJensen | travis-ci | pending completion | |
340 | container-refactoring | refactor: change container to avoid unnecessary iterations Everything is accessed by dictionary or list lookups instead of linear searches. Calling __contains__ still uses linear search, but only if given value has name attribute. | push | KristianJensen | travis-ci | pending completion |