Skip to content

Publish coverage report as PR comment, and create a coverage badge & dashboard to display on the Readme for Python projects, all inside GitHub without third party servers

License

Notifications You must be signed in to change notification settings

ferdnyc/python-coverage-comment-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage

Full report

Name Stmts Miss Branch BrPart Cover Missing
coverage_comment/__init__.py 0 0 0 0 100%
coverage_comment/__main__.py 6 0 2 0 100%
coverage_comment/activity.py 11 0 6 0 100%
coverage_comment/badge.py 31 0 12 0 100%
coverage_comment/comment_file.py 4 0 0 0 100%
coverage_comment/communication.py 8 0 0 0 100%
coverage_comment/coverage.py 120 0 34 0 100%
coverage_comment/diff_grouper.py 12 0 4 0 100%
coverage_comment/files.py 59 0 6 0 100%
coverage_comment/github.py 118 0 28 0 100%
coverage_comment/github_client.py 67 0 14 0 100%
coverage_comment/groups.py 35 0 11 0 100%
coverage_comment/log.py 5 0 0 0 100%
coverage_comment/log_utils.py 9 0 0 0 100%
coverage_comment/main.py 131 0 22 0 100%
coverage_comment/settings.py 119 0 50 0 100%
coverage_comment/storage.py 69 0 10 0 100%
coverage_comment/subprocess.py 26 0 0 0 100%
coverage_comment/template.py 117 0 28 0 100%
TOTAL 947 0 227 0 100%

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.

About

Publish coverage report as PR comment, and create a coverage badge & dashboard to display on the Readme for Python projects, all inside GitHub without third party servers

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 94.3%
  • Jinja 5.5%
  • Other 0.2%