circleci / bond

spying for tests
128 stars 28 forks source link

Drop runtime dependencies #37

Closed gordonsyme closed 6 years ago

gordonsyme commented 6 years ago

Bond only needs Clojure and CLJS dependencies for its own build/tests. Any consumer of bond will already have a Clojure or CLJS dependency, don't force them to exclude dependencies from bond itself.

codecov[bot] commented 6 years ago

Codecov Report

Merging #37 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #37   +/-   ##
=======================================
  Coverage   98.59%   98.59%           
=======================================
  Files           1        1           
  Lines          71       71           
  Branches        1        1           
=======================================
  Hits           70       70           
  Partials        1        1

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 29fd053...c4fb6e8. Read the comment docs.

marcomorain commented 6 years ago

🎉 :shipit: LGTM