# .coveragerc to control coverage.py
[run]
branch = True
omit =
    */tests/*
    */private/*

[paths]
source =
    /locust-grasshopper/*
