From 48ecc59b71b8d6dd946c0f359bc1554e72176ac7 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 7 May 2020 11:20:26 -0400 Subject: [PATCH] Try it this way --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6421355..e9c7d6a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -145,9 +145,9 @@ jobs: - run: name: "Report Coverage" - shell: "nix-shell" command: | - #! nix-shell -p 'python.withPackages (ps: [ ps.codecov ])' + #! /usr/bin/env nix-shell + #! nix-shell -p "python.withPackages (ps: [ ps.codecov ])" cp ./result-doc/share/doc/*/.coverage ./ python -m coverage combine python -m coverage report -- GitLab