closes #3407 - Added code coverage reporting to the CI pipeline

This commit is contained in:
John Anderson
2019-08-14 20:28:23 -04:00
parent 094b820098
commit 9a4ee80602
4 changed files with 19 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ python:
install:
- pip install -r requirements.txt
- pip install pycodestyle
- pip install coverage
before_script:
- psql --version
- psql -U postgres -c 'SELECT version();'