(7 件のコメント) (0 件のリアクション) (0 人の担当者)Elixir (5 件のフォーク)auto 404
choreenhancementhelp wantedstartertechnical

Repository metrics

Stars
 (82 個のスター)
PR merge metrics
 (PR metrics pending)

説明

@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

コントリビューターガイド