Skip to content

Commit f10008f

Browse files
Merge pull request #18 from saezlab/main
ci/cd: fix coverage parameter --cov=ontograph
2 parents e41c7ae + 0e420ad commit f10008f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-testing-unit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Run tests with coverage
3333
run: |
3434
source .venv/bin/activate
35-
pytest --cov=omnigraph tests/
35+
pytest --cov=ontograph tests/
3636
- name: Upload coverage report
3737
uses: actions/upload-artifact@v4
3838
with:

0 commit comments

Comments
 (0)