Skip to content

Commit

Permalink
use coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
vreuter committed May 2, 2024
1 parent 47f50ce commit 788dc94
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
- name: Install project
run: python -m pip install .[testsuite]
- name: Run unit tests on Python ${{ matrix.python-version }} on ${{ matrix.os }}
run: pytest --cov=./nuclei_vis_napari --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
run: pytest --cov=nuclei_vis_napari
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 788dc94

Please sign in to comment.