Skip to content

Commit

Permalink
fix coverage data file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 3, 2024
1 parent 9ab8e02 commit 3777a73
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@
Visualisation (in Napari) of nuclei from looptrace

Please refer to the [docs](./docs) for usage and/or development information.

0 comments on commit 3777a73

Please sign in to comment.