Skip to content

Commit e49af45

Browse files
Merge pull request #2 from kirill-ilichev/another-branch-for-codecov
return tabs in codecov.yml
2 parents d76fcce + 8f6b950 commit e49af45

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codecov.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,16 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15+
1516
- name: Set up Python
1617
uses: actions/setup-python@v4
18+
1719
- name: Install dependencies
1820
run: pip install pytest pytest-cov fastapi
21+
1922
- name: Run tests
2023
run: pytest --cov-branch --cov-report=xml
24+
2125
- name: Upload results to Codecov
2226
uses: codecov/codecov-action@v5
2327
with:

0 commit comments

Comments
 (0)