Skip to content

Commit e42cc38

Browse files
Merge pull request #199 from benjeffery/coveralls
Add coveralls
2 parents 02d9949 + 3086b5b commit e42cc38

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade pip
4343
python -m pip install '.[dev]'
44-
- run: pytest
44+
- name: Run tests
45+
run: |
46+
pytest --cov=bio2zarr
47+
- name: Upload coverage to Coveralls
48+
uses: coverallsapp/[email protected]
49+
with:
50+
github-token: ${{ secrets.GITHUB_TOKEN }}
4551

4652
packaging:
4753
name: Packaging
@@ -69,3 +75,4 @@ jobs:
6975
run: |
7076
vcfpartition --help
7177
python -m bio2zarr vcfpartition --help
78+

0 commit comments

Comments
 (0)