From 7be313c9e515838817a915550718637998c0219d Mon Sep 17 00:00:00 2001 From: Jan Janssen Date: Mon, 22 Apr 2024 08:44:57 -0500 Subject: [PATCH] Fix coverage --- .github/workflows/unittests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index fc694c192..1718d749e 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -71,6 +71,7 @@ jobs: pip install versioneer[toml]==0.29 pip install . --no-deps --no-build-isolation coverage run --omit="structuretoolkit/_version.py,tests/*" -m unittest discover tests + coverage xml - name: Coverage if: matrix.label == 'linux-64-py-3-12' uses: coverallsapp/github-action@v2