fix way coverage is run during release

This commit is contained in:
Jeff Epler 2021-11-03 20:00:02 -05:00
parent d53b92fc8c
commit a6661a86bb

View file

@ -29,7 +29,7 @@ jobs:
run: python -mpip install -r requirements-dev.txt
- name: Test
run: python -mcoverage run --branch -m unittest && python -mcoverage report --fail-under=100
run: make coverage
- name: Build release
run: python -mbuild