Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Develop-Python/procrastinate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repository Coverage

Full report

Name Stmts Miss Branch BrPart Cover Missing
procrastinate/__init__.py 19 0 0 0 100%
procrastinate/__main__.py 6 0 2 0 100%
procrastinate/app.py 95 0 2 0 100%
procrastinate/blueprints.py 68 0 14 0 100%
procrastinate/builtin_tasks.py 7 0 0 0 100%
procrastinate/cli.py 221 4 34 3 97% 50, 137, 141, 664
procrastinate/connector.py 43 0 0 0 100%
procrastinate/contrib/__init__.py 0 0 0 0 100%
procrastinate/contrib/aiopg/__init__.py 3 0 0 0 100%
procrastinate/contrib/aiopg/aiopg_connector.py 149 2 32 1 98% 201-202
procrastinate/contrib/django/__init__.py 5 0 0 0 100%
procrastinate/contrib/django/apps.py 29 1 6 0 97% 24
procrastinate/contrib/django/django_connector.py 85 4 12 1 95% 28-31, 39
procrastinate/contrib/django/exceptions.py 6 0 0 0 100%
procrastinate/contrib/django/healthchecks.py 32 0 2 0 100%
procrastinate/contrib/django/management/__init__.py 0 0 0 0 100%
procrastinate/contrib/django/management/commands/__init__.py 0 0 0 0 100%
procrastinate/contrib/django/management/commands/procrastinate.py 23 1 4 2 89% 29, 34->38
procrastinate/contrib/django/migrations_utils.py 11 0 0 0 100%
procrastinate/contrib/django/models.py 68 3 6 1 95% 33, 106, 134
procrastinate/contrib/django/procrastinate_app.py 21 1 2 0 96% 58
procrastinate/contrib/django/settings.py 17 0 0 0 100%
procrastinate/contrib/django/utils.py 16 0 0 0 100%
procrastinate/contrib/psycopg2/__init__.py 3 0 0 0 100%
procrastinate/contrib/psycopg2/psycopg2_connector.py 103 1 8 0 99% 27
procrastinate/contrib/sphinx/__init__.py 16 0 0 0 100%
procrastinate/contrib/sqlalchemy/__init__.py 3 0 0 0 100%
procrastinate/contrib/sqlalchemy/psycopg2_connector.py 79 1 10 0 99% 110
procrastinate/exceptions.py 36 0 2 0 100%
procrastinate/job_context.py 68 0 14 0 100%
procrastinate/jobs.py 78 0 4 0 100%
procrastinate/manager.py 121 0 22 0 100%
procrastinate/metadata.py 6 0 0 0 100%
procrastinate/periodic.py 105 0 20 0 100%
procrastinate/psycopg_connector.py 111 5 26 3 94% 136-138, 213, 283
procrastinate/retry.py 66 0 18 0 100%
procrastinate/schema.py 25 0 0 0 100%
procrastinate/shell.py 61 3 12 0 96% 45-47
procrastinate/signals.py 49 3 10 1 93% 30-35
procrastinate/sql/__init__.py 21 0 0 0 100%
procrastinate/sql/migrations/__init__.py 0 0 0 0 100%
procrastinate/sync_psycopg_connector.py 82 2 14 2 96% 144, 169
procrastinate/tasks.py 71 0 8 0 100%
procrastinate/testing.py 166 1 40 1 99% 147
procrastinate/types.py 13 0 0 0 100%
procrastinate/utils.py 191 0 40 0 100%
procrastinate/worker.py 185 0 38 0 100%
TOTAL 2583 32 402 15 98%

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

PostgreSQL-based Task Queue for Python

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 89.6%
  • PLpgSQL 9.8%
  • Other 0.6%