Closed smaant closed 6 years ago
Merging #36 into master will decrease coverage by
1.4%
. The diff coverage is75%
.
@@ Coverage Diff @@
## master #36 +/- ##
==========================================
- Coverage 100% 98.59% -1.41%
==========================================
Files 1 1
Lines 69 71 +2
Branches 0 1 +1
==========================================
+ Hits 69 70 +1
- Partials 0 1 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/bond/james.cljc | 98.59% <75%> (-1.41%) |
:arrow_down: |
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 6d00f5a...8243081. Read the comment docs.
Neat!
I've added some commits to enable spy
ing private functions and a missing test case, wdyt?
I also threw in a commit for some trivial stuff, we should squash that into your main change before the merge.
Awesome! Thanks for your commits! I somehow was under impression that spying should also work. I'll squash everything and merge.
Some people have a problem using bond for private functions because of pretty cryptic syntax, this PR adds a bit better support. Before private fn stubbing/checking looked like:
Notice the difference in calling private function and checking stub args. Now it'll be possible to have the same (
#'foo/foo
) syntax for both.