dwyl / phoenix-ecto-append-only-log-example

📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
GNU General Public License v2.0
78 stars 7 forks source link

create an insert function that is not a macro to compare to macro alt… #26

Open RobStallion opened 5 years ago

RobStallion commented 5 years ago

@nelsonic following our convo I created an insert function that is not a macro to compare to macro alternative

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will decrease coverage by 7.23%. The diff coverage is 20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
- Coverage   59.09%   51.85%   -7.24%     
==========================================
  Files           8        9       +1     
  Lines          22       27       +5     
==========================================
+ Hits           13       14       +1     
- Misses          9       13       +4
Impacted Files Coverage Δ
lib/append/address.ex 100% <ø> (ø) :arrow_up:
lib/append/aol.ex 20% <20%> (ø)

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 9104b2d...d57920b. Read the comment docs.