perl-workflow / perl-workflow

Workflow - simple, flexible system to implement workflows/state machines

Home Page:https://jonasbn.github.io/perl-workflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add tests to increase coverage >85%

ehuelsmann opened this issue · comments

Issue Template

Description

85% is a pretty industry accepted coverage, but to get there we need more tests.

(a little over 78% at the time of creation)

@jonasbn We're at 86.39 now! (see https://coveralls.io/builds/41750124); however, some part of lib/ is included, which causes the total coverage being reported at 85%.

Two things. First: This goal has been realized and we can close this issue. Second: I'll have to check how to exclude lib/ from coverage reporting.

Awesome!