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

Try it this way

parent 4dad4c2d
No related branches found
No related tags found
2 merge requests!147Try to fix coverage collection from nix,!148NOT FOR MERGE - Testing CI
...@@ -145,9 +145,9 @@ jobs: ...@@ -145,9 +145,9 @@ jobs:
- run: - run:
name: "Report Coverage" name: "Report Coverage"
shell: "nix-shell"
command: | 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 ./ cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine python -m coverage combine
python -m coverage report python -m coverage report
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment