Skip to content

Coverage ... #10

@nelsonic

Description

@nelsonic

@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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions