An optimistic code coverage tool.

Calculating how much of your code is tested is hard. Test coverage is an important number to put on your spreadhseets, just like other important engineering success and quality metrics, such as:
The philosophy behind ๐ฏ is that metrics should be actionable, relevant, and most importantly positive. With ๐ฏ, you can guarantee that when you calculate test coverage of your code, you (and your manager) will always be satisfied.
Simply install it:
yarn add onehundred
Then, use it in your tests (alongside with a good test tool, such as no-bugs):
// package.json:
...
"scripts":
"test": "no-bugs && onehundred"
}
1 commits
JavaScript
100.0%
An optimistic code coverage tool.

Calculating how much of your code is tested is hard. Test coverage is an important number to put on your spreadhseets, just like other important engineering success and quality metrics, such as:
The philosophy behind ๐ฏ is that metrics should be actionable, relevant, and most importantly positive. With ๐ฏ, you can guarantee that when you calculate test coverage of your code, you (and your manager) will always be satisfied.
Simply install it:
yarn add onehundred
Then, use it in your tests (alongside with a good test tool, such as no-bugs):
// package.json:
...
"scripts":
"test": "no-bugs && onehundred"
}
1 commits
JavaScript
100.0%