diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e6102f1..3699d1e 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -23,7 +23,7 @@ jobs: # find and run all unit tests - name: Compute test coverage run: | - coverage run --source=svgpathtools -m unittest discover test +# 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