Skip to content

Code coverage? #33

@absorpheus

Description

@absorpheus

Not an issue but would be great to see some code coverage

Istanbul is currently showing 69.23% coverage for functions. You should also set up istanbul (npm install —save-dev istanbul) and then in package.json:

screen shot 2017-11-02 at 22 43 12

"codecov": "istanbul cover tape ./tests/*.test.js | tap-spec"

Then when you do npm run codecov you will see code coverage in the terminal. Also, a new folder will be created called coverage, inside this folder open lcov-report and then open index.html to see the code coverage results in the browser.

Write some tests for startDoDo and sortToDos to bump your code coverage up!

screen shot 2017-11-02 at 22 42 16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions