Skip to content

Commit 6a45d09

Browse files
authored
Update cowsay.yaml
1 parent 1f1fb64 commit 6a45d09

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/cowsay.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,13 @@ jobs:
1919
- name: Install dependencies
2020
run: |
2121
python -m pip install --upgrade pip
22-
pip install pytest
22+
pip install pytest coverage
2323
- name: Test with Pytest
2424
run: |
2525
pytest
26+
- name: Generate Report
27+
run: |
28+
coverage run -m pytest
2629
- name: Upload coverage reports to Codecov
2730
uses: codecov/codecov-action@v3
2831
env:

0 commit comments

Comments
 (0)