events/code_coverage_events/__init__.py (4 lines of code) (raw):

# -*- coding: utf-8 -*- from taskcluster.helper import TaskclusterConfig taskcluster_config = TaskclusterConfig("https://firefox-ci-tc.services.mozilla.com") QUEUE_MONITORING = "monitoring" QUEUE_PULSE = "pulse"