From 46203b0e8661d249afccaab0a8a45e0aa70284f2 Mon Sep 17 00:00:00 2001 From: Andrew Port Date: Tue, 19 Oct 2021 00:41:03 -0700 Subject: [PATCH] fix workflow file --- .github/workflows/coverage.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 3699d1e..f315257 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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