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 c3018ad commit 811a7f9Copy full SHA for 811a7f9
.github/workflows/code_coverage.yml
@@ -25,9 +25,9 @@ jobs:
25
- name: Run tests and collect coverage
26
run: |
27
source .venv/bin/activate
28
- pytest --cov=aiperf --cov-branch --cov-report=xml
+ pytest --cov=aiperf --cov-branch --cov-report=xml
29
30
- - name: Upload results to Codecov
+ - name: Upload results to Codecov
31
uses: codecov/codecov-action@v5
32
with:
33
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments