1 parent 5f3a86a commit 097b1ccCopy full SHA for 097b1cc
1 file changed
.github/workflows/test.yml
@@ -23,4 +23,9 @@ jobs:
23
- name: Install the project dependencies
24
run: poetry install
25
- name: Run the automated tests (for example)
26
- run: poetry run pytest -v
+ 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