Bug 1619159 - Reference the code coverage doc r=marco

Depends on D64903

Differential Revision: https://phabricator.services.mozilla.com/D64904

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Sylvestre Ledru 2020-03-02 15:43:38 +00:00
parent 5c0647fe0a
commit 74847a316b
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,7 @@ categories:
- tools/fuzzing
- tools/sanitizer
- testing/perfdocs
- tools/code-coverage
l10n_doc:
- intl
- l10n

View File

@ -64,6 +64,8 @@ SPHINX_TREES['fuzzing'] = 'fuzzing/docs'
SPHINX_TREES['sanitizer'] = 'sanitizer/docs'
SPHINX_TREES['code-coverage'] = 'code-coverage/docs'
with Files('tryselect/docs/**'):
SCHEDULES.exclusive = ['docs']