Skip to content

Commit 811a7f9

Browse files
committed
fix indentation
1 parent c3018ad commit 811a7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- name: Run tests and collect coverage
2626
run: |
2727
source .venv/bin/activate
28-
pytest --cov=aiperf --cov-branch --cov-report=xml
28+
pytest --cov=aiperf --cov-branch --cov-report=xml
2929
30-
- name: Upload results to Codecov
30+
- name: Upload results to Codecov
3131
uses: codecov/codecov-action@v5
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)