Skip to content

Commit 6319481

Browse files
Merge pull request #17 from DiogoRibeiro7/feat/first_commit
Feat/first commit
2 parents f47e83e + d145c1d commit 6319481

File tree

2 files changed

+2
-1
lines changed

2 files 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
File renamed without changes.

0 commit comments

Comments
 (0)