- Test coverage presented in pytest (using pytest and pytest-cov packages):

The metric is calculated by:
Stmts (statements)
Miss (nº of statements not being executed)
Cover is test coverage:
(Stmts - Miss) / (Stmts) * 100
- Test coverage presented in coveralls:
Might it be a mistake by the result presented in coveralls?