Skip to content

ddorian/coverage-bug-gevent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bug on coverage:

python -m gevent.monkey --module pytest tests/ --cov=webapp --cov-report html -s

Works ok with --no-thread and setting concurrency = ["gevent", "thread", "multiprocessing"] in tool.coverage.run in pyproject.toml:

python -m gevent.monkey --no-thread --module pytest tests/ --cov=webapp --cov-report html -s

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages