Skip to content

Commit

Permalink
Merge branch 'sgkit-dev:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHagen authored Aug 19, 2024
2 parents 76bc2f2 + 3e1c238 commit 31c539d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install numpy pytest
python -m pip install numpy pytest pytest_cov
- name: Build module with coverage
run: |
# Build the extension module in-place so pytest can find it
Expand Down
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dev = [
"bio2zarr @ git+https://github.com/sgkit-dev/bio2zarr.git",
"cyvcf2",
"pytest",
"pytest-cov",
"pytest-datadir",
]

Expand All @@ -36,6 +37,7 @@ packages = ["vcztools"]

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--cov=vcztools --cov-report=term-missing"

[tool.setuptools_scm]
write_to = "vcztools/_version.py"
Expand Down

0 comments on commit 31c539d

Please sign in to comment.