Skip to content

Commit d1a0d29

Browse files
committed
feat: add documentation to readthedocs
1 parent ba2043e commit d1a0d29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ jobs:
2828
run: poetry install
2929

3030
- name: Run tests
31-
run: poetry run pytest
31+
run: poetry run pytest --cov=gen_surv --cov-report=xml --cov-report=term
32+
3233

3334
- name: Upload coverage to Codecov
3435
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)