Mocking.jl icon indicating copy to clipboard operation
Mocking.jl copied to clipboard

Update README.md

Open arvindpandit27 opened this issue 4 years ago • 2 comments

Added a new example for using the Mocking.jl package

arvindpandit27 avatar Oct 20 '21 15:10 arvindpandit27

Codecov Report

Merging #95 (a53394f) into master (9e93c88) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   84.09%   84.12%   +0.03%     
==========================================
  Files           6        6              
  Lines         132      126       -6     
==========================================
- Hits          111      106       -5     
+ Misses         21       20       -1     
Impacted Files Coverage Δ
src/expr.jl 100.00% <0.00%> (ø)
src/patch.jl 100.00% <0.00%> (ø)
src/dispatch.jl 100.00% <0.00%> (ø)
src/mock.jl 81.25% <0.00%> (+2.46%) :arrow_up:

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 9e93c88...a53394f. Read the comment docs.

codecov[bot] avatar Oct 20 '21 15:10 codecov[bot]

Thanks. Could use some revision but I can see why having a more trivial example is useful

omus avatar Dec 02 '21 16:12 omus

I've updated the documentation to use Documenter instead of just the README. If you feel like this example is still useful feel free to re-open this PR with these changes to the index.md file.

omus avatar Jul 15 '24 20:07 omus