From ff532da66fade68ab6538f1dbd5978879bce49c4 Mon Sep 17 00:00:00 2001 From: vreuter Date: Fri, 3 May 2024 02:17:24 +0200 Subject: [PATCH] fix coverage data file naming --- .github/workflows/tests.yaml | 2 +- README.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 17ddbee..4841bc6 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: - name: Install project run: python -Im pip install .[coverage,testsuite] - name: Test and measure coverage, on Python ${{ matrix.python-version }} on ${{ matrix.os }} - run: coverage run -m pytest -vv + run: coverage run -m pytest -vv --data-file=.coverage.$(echo ${{ matrix.python-version }} | tr -d .) - name: Upload coverage data uses: actions/upload-artifact@v4 with: diff --git a/README.md b/README.md index 7336ee8..d79f402 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,3 @@ Visualisation (in Napari) of nuclei from looptrace Please refer to the [docs](./docs) for usage and/or development information. -