Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created May 7, 2020 15:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exarkun/0edb58fcbd1d8c871cfd12da0fdfbd70 to your computer and use it in GitHub Desktop.
Save exarkun/0edb58fcbd1d8c871cfd12da0fdfbd70 to your computer and use it in GitHub Desktop.
from "Report Coverage" step of https://circleci.com/gh/PrivateStorageio/ZKAPAuthorizer/951
CI configuration source at https://github.com/PrivateStorageio/ZKAPAuthorizer/blob/64f7cc4874658f00c3fa0b2ba2984507118af51d/.circleci/config.yml#L146-L154
#!nix-shell
#! nix-shell -p 'python.withPackages (ps: [ ps.codecov ])'
cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine
python -m coverage report
codecov --file .coverage
error: unrecognised flag '-c'
Try 'nix-shell --help' for more information.
Exited with code exit status 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment