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 99226c3 commit 4f6bcb0Copy full SHA for 4f6bcb0
.github/workflows/code_coverage.yml
@@ -20,12 +20,10 @@ jobs:
20
run: |
21
uv venv --python 3.10
22
source .venv/bin/activate
23
- uv pip install -r requirements.txt
24
- uv pip install pytest pytest-cov
+ uv pip install -e ".[dev]"
25
26
- name: Run tests and collect coverage
27
28
- source .venv/bin/activate
29
pytest --cov=aiperf --cov-report=html:coverage_html
30
31
- name: Upload coverage report as artifact
0 commit comments