asummers / erlex

Convert Erlang style structs and error messages to equivalent Elixir.
Other
34 stars 17 forks source link

Handle contracts with ... in the function body. #26

Closed asummers closed 5 years ago

asummers commented 5 years ago

See https://github.com/jeremyjh/dialyxir/issues/262

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will increase coverage by 0.12%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #26      +/-   ##
==========================================
+ Coverage   84.25%   84.37%   +0.12%     
==========================================
  Files           1        1              
  Lines         127      128       +1     
==========================================
+ Hits          107      108       +1     
  Misses         20       20
Impacted Files Coverage Δ
lib/erlex.ex 84.37% <100%> (+0.12%) :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 6d62f95...180c391. Read the comment docs.