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

magic eight ball, does it work like this?

parent 48ecc59b
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
......@@ -145,9 +145,9 @@ jobs:
- run:
name: "Report Coverage"
shell: "/usr/bin/env nix-shell"
command: |
#! /usr/bin/env nix-shell
#! nix-shell -p "python.withPackages (ps: [ ps.codecov ])"
#! nix-shell -i bash -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