We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1fb64 commit 6a45d09Copy full SHA for 6a45d09
1 file changed
.github/workflows/cowsay.yaml
@@ -19,10 +19,13 @@ jobs:
19
- name: Install dependencies
20
run: |
21
python -m pip install --upgrade pip
22
- pip install pytest
+ pip install pytest coverage
23
- name: Test with Pytest
24
25
pytest
26
+ - name: Generate Report
27
+ run: |
28
+ coverage run -m pytest
29
- name: Upload coverage reports to Codecov
30
uses: codecov/codecov-action@v3
31
env:
0 commit comments