diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 17ddbee..cd2a842 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 --data-file=.coverage.$(echo ${{ matrix.python-version }} | tr -d .) -m pytest -vv - 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. -