Skip to content

Commit 097b1cc

Browse files
committed
update test.yml
1 parent 5f3a86a commit 097b1cc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,9 @@ jobs:
2323
- name: Install the project dependencies
2424
run: poetry install
2525
- name: Run the automated tests (for example)
26-
run: poetry run pytest -v
26+
run: poetry run pytest --cov --cov-branch --cov-report=xml
27+
28+
- name: Upload coverage reports to Codecov
29+
uses: codecov/codecov-action@v5
30+
with:
31+
slug: kaya70875/ytfetcher

0 commit comments

Comments
 (0)