On 6/24/2018 11:20 AM, Zachary Ware wrote: > https://github.com/python/cpython/commit/3f197f94d67be25d5489e14f2f06b4a00e818747 > commit: 3f197f94d67be25d5489e14f2f06b4a00e818747 > branch: master > author: Zachary Ware <zachary.ware at gmail.com> > committer: GitHub <noreply at github.com> > date: 2018年06月24日T10:20:34-05:00 > summary: >> Enable GUI tests in VSTS Linux builds via xvfb-run (GH-7890) Thank you for doing this! > files: > M .vsts/linux-buildbot.yml > M .vsts/linux-coverage.yml Does the coverage run use the coverage.py module. If so, does it use a .coveragerc file? Is so, can we see it? can we customize it for our runs?