Skip to content

Commit

Permalink
Merge pull request #199 from benjeffery/coveralls
Browse files Browse the repository at this point in the history
Add coveralls
  • Loading branch information
jeromekelleher authored May 14, 2024
2 parents 02d9949 + 3086b5b commit e42cc38
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=bio2zarr
- 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 e42cc38

Please sign in to comment.