fix workflow file
parent
14a9d6c5d1
commit
46203b0e86
|
@ -23,7 +23,6 @@ jobs:
|
||||||
# find and run all unit tests
|
# find and run all unit tests
|
||||||
- name: Compute test coverage
|
- name: Compute test coverage
|
||||||
run: |
|
run: |
|
||||||
# coverage run --source=svgpathtools -m unittest discover test
|
|
||||||
pip install scipy
|
pip install scipy
|
||||||
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
|
coverage run --source=svgpathtools -m unittest discover test # run tests again w/ scipy
|
||||||
coverage html # generate static website detailing coverage
|
coverage html # generate static website detailing coverage
|
||||||
|
|
Loading…
Reference in New Issue