# Run tests within coverage environment, and generate report
c.run(f'coverage run {managePyPath()}{cmd}')
c.run('coverage html -i')
c.run('coverage xml -i')
else:
# Run simple test runner, without coverage
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.