Skip to content

Commit

Permalink
Add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
benjeffery committed May 13, 2024
1 parent 02d9949 commit 1e774b0
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install '.[dev]'
- run: pytest
- name: Run tests
run: |
pytest --cov=.
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@v2.3.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

packaging:
name: Packaging
Expand Down Expand Up @@ -69,3 +75,4 @@ jobs:
run: |
vcfpartition --help
python -m bio2zarr vcfpartition --help

0 comments on commit 1e774b0

Please sign in to comment.