Skip to content
Snippets Groups Projects
Commit bb99b6fd authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Quoting this command is important I think

parent d11479a5
No related branches found
No related tags found
1 merge request!39Test with Nix instead
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment