wesovilabs / orion

A next-generation testing tool. Orion provides a powerful DSL to write and automate your acceptance tests
http://www.wesovilabs.com/orion
MIT License
48 stars 6 forks source link

code coverage #3

Open ivancorrales opened 3 years ago

ivancorrales commented 3 years ago

Orion should guarantee 90% or more of code coverage before being ready for production

The following badge must be included in README.md

codecov

ivancorrales commented 3 years ago

the command below will display the code coverage

make test-coverage
ivancorrales commented 3 years ago

Working on branch feature/code-coverage

codecov