try running coverage without args w/ burnettk

This commit is contained in:
jasquat 2022-05-06 14:29:59 -04:00
parent d2ee8d212d
commit b4af002449

View File

@ -35,6 +35,7 @@ jobs:
- run: psql -h localhost -c 'create database crc_test;' -U postgres
- run: pip install pipenv
- run: pipenv install --dev
- run: pipenv run coverage
- run: pipenv run coverage run -m pytest
- run: pipenv run coverage xml -i