(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

贡献者指南