When branch coverage is used the output isn't parsed by the headers, always assumes Stmnts, Miss, Cover.
When branch is used:
Name Stmts Miss Branch BrPart Cover
----------------------------------------------------------
src\rsm\__init__.py 0 0 0 0 100.00%
src\rsm\excel.py 80 11 28 5 85.19%
src\rsm\main.py 56 8 16 3 84.72%
src\rsm\utils.py 23 4 6 1 75.86%
----------------------------------------------------------
TOTAL 159 23 50 9 83.73%
Required test coverage of 80.0% reached. Total coverage: 83.73%
But get:
| Name |
Stmts |
Miss |
Cover |
| /opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/rsm/init.py |
0 |
0 |
0 |
| /opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/rsm/excel.py |
80 |
11 |
28 |
| /opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/rsm/main.py |
56 |
8 |
16 |
| /opt/hostedtoolcache/Python/3.10.5/x64/lib/python3.10/site-packages/rsm/utils.py |
23 |
4 |
6 |
| TOTAL |
159 |
23 |
50 |
| Required |
test |
coverage |
of |
(final line relating to #98)
When branch coverage is used the output isn't parsed by the headers, always assumes Stmnts, Miss, Cover.
When branch is used:
But get:
(final line relating to #98)