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

dump output paths to help debug failure to copy coverage out of nix build

parent a0ddec07
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
find ./result-doc/share/doc
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