arnemolland / is_odd

Minimalist and elegant API that returns true if the given number is odd.

Home Page:https://pub.dev/packages/is_odd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add github actions and codemetrics like codecov.io

PlugFox opened this issue · comments

Add github actions and codemetrics like codecov.io

You have 200% coverage by tests, but don't show it with a badge.
This is a big marketing mistake!

@PlugFox I don't think about coverage 200% by tests. There are no tests for boundary values like 2^53 - 1 and others that more that value :)

Maybe create loop and expect odd && notEven and then even && notOdd?

Yes, I think it is the best idea

@PlugFox check my PR #7

ok :)