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

chrisrink10 / basilisp
98%

Build:
DEFAULT BRANCH: master
Repo Added 15 Aug 2018 01:24PM UTC
Files 33
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • HEAD
  • build/pypy
  • ci/formatting
  • feature/assoc-abc
  • feature/async-await
  • feature/cache-byte-code
  • feature/char-literals
  • feature/circleci-test-results
  • feature/class-prop-static-methods
  • feature/cli-stdin
  • feature/compiler-meta-flags
  • feature/core-lib
  • feature/core-partition-fn
  • feature/coverage-plugin
  • feature/coveralls-test-coverage
  • feature/custom-data-readers
  • feature/def-metadata
  • feature/defn-meta
  • feature/defrecord
  • feature/deftype-defaults
  • feature/deref-syntax
  • feature/destructuring
  • feature/disable-cached-import
  • feature/docs
  • feature/empty-let-and-loop
  • feature/exception-type
  • feature/import-without-init
  • feature/interop-symbols
  • feature/lazy-seqs
  • feature/library-logging
  • feature/lisp-repr
  • feature/loop-special-form
  • feature/macro-env
  • feature/macroexpand-fn
  • feature/more-core-funcs
  • feature/more-core-lib
  • feature/more-more-core-funcs
  • feature/more-ns-fns
  • feature/multimethods
  • feature/namespace-fns
  • feature/object-instantiation-syntax
  • feature/package-safety
  • feature/parse-to-ast
  • feature/print-respects-stdout
  • feature/py-import-alias
  • feature/py-literals
  • feature/py-module-aliases
  • feature/read-eval
  • feature/reader-eof
  • feature/readline-completer
  • feature/record-types
  • feature/regex-fns
  • feature/safe-var-find
  • feature/set-lib
  • feature/static-members
  • feature/store-generated-py
  • feature/string-lib
  • feature/switch-to-cci
  • feature/test-runner
  • feature/threading-macros
  • feature/types-and-protocols
  • feature/use-attrs
  • feature/warn-on-indirect
  • feature/warn-on-shadow
  • feature/warn-on-unused-symbol
  • fix/add-py37-to-setup-py
  • fix/allow-recursive-call
  • fix/arithmetic-symbols
  • fix/capture-ns-in-deftest
  • fix/catch-finally-parsers
  • fix/char-literal
  • fix/compile-dynamic-var
  • fix/core-map-fn
  • fix/demunge-ns
  • fix/demunge-ns-2
  • fix/dollar-sign-symbol
  • fix/dont-add-importer-multiple-times
  • fix/dont-create-ns-on-var-find
  • fix/dont-munge-import
  • fix/dont-remove-core-ns-in-tests
  • fix/empty-fn-def
  • fix/empty-seq-identity
  • fix/ex-info-args
  • fix/func-meta
  • fix/import-alias
  • fix/import-alias-name-clash
  • fix/interface-hierarchy
  • fix/interop-prop
  • fix/keyword-as-fn
  • fix/keyword-str
  • fix/lazy-evaluate-let-bindings
  • fix/lazy-seq-realization
  • fix/linting
  • fix/list-vector-slice
  • fix/logging-mod-name
  • fix/map-test-failure
  • fix/map-update-with
  • fix/more-reader-meta
  • fix/multi-methods
  • fix/mypy-errors
  • fix/ns-resolve
  • fix/quoted-interop
  • fix/reader-comment
  • fix/reader-gensym
  • fix/reader-non-syms-in-interop
  • fix/recur-check-in-let
  • fix/repl-vars
  • fix/requires-in-ns-macro
  • fix/resolver-bugs
  • fix/seq-impl
  • fix/stop-iter-exc
  • fix/sym-warnings
  • fix/symbol-check-in-recur-assert
  • fix/test-line-number
  • fix/test-runner-errors
  • fix/testing-ns-changes
  • fix/testrunner-exceptions
  • fix/trace-level-runtime
  • fix/truthiness
  • fix/try-catch-block
  • infra/add-targets-back-to-tox
  • infra/travis-ci
  • performance/speed-up-lrepr
  • refactor/emit-py-ast-str
  • refactor/interfaces
  • refactor/move-compiler-and-reader
  • refactor/parse-to-analyze
  • refactor/remove-useless-seq
  • refactor/reorg-core
  • refactor/src-dir
  • release/0.1.dev0
  • release/0.1.dev1
  • release/v0.1.dev10
  • release/v0.1.dev2
  • release/v0.1.dev3
  • release/v0.1.dev5
  • release/v0.1.dev6
  • release/v0.1.dev7
  • release/v0.1.dev8
  • release/v0.1.dev9
  • test/runtime
  • test/seqs
  • testing/disable-deprecation-warnings
  • testing/use-coverage
  • tests/improve-coverage
  • update/dependencies
  • update/deps
  • update/license
  • v0.1.dev5
  • v0.1.dev6
  • v0.1.dev7

pending completion
#1070

push

coveralls-python

web-flow
Imports in the time of __init__ (#393)

1670 of 1737 branches covered (96.14%)

Branch coverage included in aggregate %.

5473 of 5551 relevant lines covered (98.59%)

0.99 hits per line

Relevant lines Covered
Build:
Build:
5551 RELEVANT LINES 5473 COVERED LINES
0.99 HITS PER LINE
Source Files on master
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
#1070 master Imports in the time of __init__ (#393) push 16 May 2019 01:43PM UTC web-flow coveralls-python pending completion  
#1065 master Allow referring to static methods directly (#392) push 07 May 2019 01:02AM UTC web-flow coveralls-python pending completion  
#1063 master Rename parser to analyzer to reflect its true purpose (#390) push 06 May 2019 11:44PM UTC web-flow coveralls-python pending completion  
#1061 master Release v0.1.dev10 (#385) push 06 May 2019 12:41PM UTC web-flow coveralls-python pending completion  
#1059 master Add support for Record types (#374) push 06 May 2019 12:19PM UTC web-flow coveralls-python pending completion  
#1051 master Allow empty let and loop forms (#382) push 05 May 2019 08:01PM UTC web-flow coveralls-python pending completion  
#1048 master Allow default values for deftype* fields (#380) push 05 May 2019 07:26PM UTC web-flow coveralls-python pending completion  
#1040 master Update dependencies (#379) push 05 May 2019 02:25AM UTC web-flow coveralls-python pending completion  
#1035 master Support class methods, properties, and static methods on `deftype*` (#378) push 05 May 2019 12:17AM UTC web-flow coveralls-python pending completion  
#1013 master More core library functions and macros (#373) push 20 Apr 2019 07:24PM UTC web-flow coveralls-python pending completion  
See All Builds (904)
  • Repo on GitHub
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