diff --git a/.circleci/config.yml b/.circleci/config.yml index e34abf37cf54a692b9d925cff5da336e4ffae9eb..691d798a8eaf29c33295a2beccc71838849011b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -125,7 +125,7 @@ jobs: name: "Report Coverage" command: | nix-shell -p 'python.withPackages (ps: [ ps.codecov ])' --keep CODECOV_TOKEN --run \ - codecov --file ./result-doc/share/doc/*/.coverage + 'codecov --file ./result-doc/share/doc/*/.coverage' workflows: version: 2