Added coverage tests to python api

This commit is contained in:
2025-05-28 16:11:42 +01:00
parent 20d030a5e0
commit bc2392a2b5
3 changed files with 107 additions and 1 deletions

View File

@@ -43,5 +43,13 @@ jobs:
run: |
poetry run maturin develop
- name: Test with pytest
env:
PYTEST_ADDOPTS: "--cov read_aconity_layers --cov-report=lcov"
run: |
poetry run pytest
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov