Skip to content

pydot/pydot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage

Full report

Name Stmts Miss Branch BrPart Cover Missing
src/pydot/__init__.py 10 0 0 0 100%
src/pydot/classes.py 56 2 12 0 97% 85-86
src/pydot/core.py 667 77 266 21 86% 155, 162, 181, 232, 328, 357, 359, 361, 377, 443-463, 537->527, 581, 620-623, 628, 637, 640, 694, 703, 707, 715, 817, 848, 854->870, 988, 1008, 1011, 1014, 1017-1018, 1026, 1029-1030, 1033, 1036-1037, 1065, 1154-1165, 1248-1271, 1284-1285, 1292->1308, 1363->1369, 1618->exit, 1655, 1830->1835
src/pydot/dot_parser.py 217 5 58 2 97% 127->129, 218->220, 398-402
src/pydot/exceptions.py 7 2 0 0 71% 25, 28
test/__init__.py 0 0 0 0 100%
test/conftest.py 9 0 0 0 100%
test/test_api.py 307 0 6 0 100%
test/test_classes.py 43 0 0 0 100%
test/test_logging.py 11 0 0 0 100%
test/test_parser.py 88 0 0 0 100%
test/test_pydot.py 141 32 20 6 73% 49, 53-56, 76, 80-83, 98, 120, 143, 158-173, 209, 216, 241
TOTAL 1556 118 362 29 91%

Setup coverage badge

Below are examples of the badges you can use in your main branch README file.

Direct image

Coverage badge

This is the one to use if your repository is private or if you don't want to customize anything.

Shields.io Json Endpoint

Coverage badge

Using this one will allow you to customize the look of your badge. It won't work with private repositories. It won't be refreshed more than once per five minutes.

Shields.io Dynamic Badge

Coverage badge

This one will always be the same color. It won't work for private repos. I'm not even sure why we included it.

What is that?

This branch is part of the python-coverage-comment-action GitHub Action. All the files in this branch are automatically generated and may be overwritten at any moment.