Source code

Revision control

Copy as Markdown

Other Tools

# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
loader: taskgraph.loader.transform:loader
transforms:
- taskgraph.transforms.from_deps
- gecko_taskgraph.transforms.code_coverage:transforms
- gecko_taskgraph.transforms.task:transforms
# Everything from taskcluster/gecko_taskgraph/util/constants.py:TEST_KINDS should be listed here.
kind-dependencies:
- source-test
- browsertime
- mochitest
- reftest
- test
- web-platform-tests
task-defaults:
run-on-repo-type: [hg]
tasks:
artifacts:
label: code-coverage-artifacts
description: Notify when all code-coverage tasks in this task group are complete
from-deps:
group-by: all
unique-kinds: false
set-name: false
with-attributes:
ccov: [true]
worker-type: succeed
run-on-projects: [all]
always-target: true
requires: all-resolved
routes:
- project.codecoverage.v1.tasks_done