diff --git a/Makefile b/Makefile index 109b6521f..90ddd7098 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ generate_cov: pip install pytest pip install pytest-cov pytest --cov-config=.coveragerc - pytest --cov=./ --cov-report=xml + pytest --cov=./ --cov-report=xml + bash < (curl -s https://codecov.io/bash)