We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e41c7ae + 0e420ad commit f10008fCopy full SHA for f10008f
1 file changed
.github/workflows/ci-testing-unit.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Run tests with coverage
33
run: |
34
source .venv/bin/activate
35
- pytest --cov=omnigraph tests/
+ pytest --cov=ontograph tests/
36
- name: Upload coverage report
37
uses: actions/upload-artifact@v4
38
with:
0 commit comments