From 1ef117753dbd95e370d6b4b5a4c898a657bcab20 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 7 Oct 2019 15:27:44 -0400 Subject: [PATCH] note about the "--attr doc" --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index b2543fc..b680f3d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,6 +120,9 @@ jobs: # - configure Hypothesis so it can behave appropriately in a CI # environment (where resources are scarce, competetion with other # tenants is high, etc) and collect coverage information. + # + # Further, we want the "doc" output built as well because that's + # where the coverage data ends up. nix-build --argstr hypothesisProfile ci --arg collectCoverage true --attr doc - save_cache: -- GitLab