Skip to content

Commit 73f926b

Browse files
committed
Updated for cov xml report
1 parent 719a4f7 commit 73f926b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ jobs:
4747
pylint service tests --max-line-length=127
4848
4949
- name: Run unit tests with PyTest
50-
run: pytest --pspec --cov=service --cov-fail-under=95
50+
run: pytest --pspec --cov=service --cov-report=xml --cov-fail-under=95
5151
env:
5252
DATABASE_URI: "redis://redis:6379"
5353

5454
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
55-
# and then uncomment the following 4 lines during hands-on lab
56-
55+
# and then uncomment the CodeCov action during hands-on lab
56+
5757
# - name: Upload coverage reports to Codecov
5858
# uses: codecov/[email protected]
5959
# with:
6060
# token: ${{ secrets.CODECOV_TOKEN }}
61-
61+

0 commit comments

Comments
 (0)