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

Try a different way of setting up nix-shell

parent 2b245b1b
No related branches found
No related tags found
2 merge requests!147Try to fix coverage collection from nix,!148NOT FOR MERGE - Testing CI
......@@ -145,8 +145,9 @@ jobs:
- run:
name: "Report Coverage"
shell: "nix-shell -p 'python.withPackages (ps: [ ps.codecov ])'"
shell: "nix-shell"
command: |
#! nix-shell -p 'python.withPackages (ps: [ ps.codecov ])'
cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine
python -m coverage report
......
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