Skip to content

Commit a94d287

Browse files
Remove tabs in codecov.yml
1 parent be5f6a2 commit a94d287

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/codecov.yml

-4
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,12 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
1615
- name: Set up Python
1716
uses: actions/setup-python@v4
18-
1917
- name: Install dependencies
2018
run: pip install pytest pytest-cov fastapi
21-
2219
- name: Run tests
2320
run: pytest --cov-branch --cov-report=xml
24-
2521
- name: Upload results to Codecov
2622
uses: codecov/codecov-action@v5
2723
with:

0 commit comments

Comments
 (0)