fix workflow file

coverage
Andrew Port 2021-10-19 00:41:03 -07:00
parent 14a9d6c5d1
commit 46203b0e86
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ jobs:
# find and run all unit tests
- name: Compute test coverage
run: |
# coverage run --source=svgpathtools -m unittest discover test
pip install scipy
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
coverage html # generate static website detailing coverage