(7 則留言) (0 個反應) (0 位負責人)Elixir (5 個分叉)auto 404
choreenhancementhelp wantedstartertechnical

倉庫指標

星標
 (82 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

@dwyl we have a "Gold Standard" for examples/tutorials which must be followed without exception. Tutorials aimed at beginners should always have "complete tests" to eliminate any "excuse" people may have for not writing tests in their projects.

An example is incomplete without having 100% test coverage because it either means that there is superfluous code (which can be removed) OR there is untested code; functionality that is "magic". Both are "below expectations".

At present this example has 56% coverage: https://codecov.io/github/dwyl/phoenix-ecto-append-only-log-example?branch=master

image

Todo

  • fix this: codecov.io

貢獻者指南