We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f6bcb0 commit 9a75d6fCopy full SHA for 9a75d6f
.github/workflows/code_coverage.yml
@@ -24,6 +24,7 @@ jobs:
24
25
- name: Run tests and collect coverage
26
run: |
27
+ source .venv/bin/activate
28
pytest --cov=aiperf --cov-report=html:coverage_html
29
30
- name: Upload coverage report as artifact
0 commit comments