Skip to content
Snippets Groups Projects
report-coverage.sh 212 B
Newer Older
  • Learn to ignore specific revisions
  • #! /usr/bin/env nix-shell
    #! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
    cp ./result-doc/share/doc/*/.coverage ./
    python -m coverage combine
    python -m coverage report
    codecov --file .coverage