We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719a4f7 commit 73f926bCopy full SHA for 73f926b
.github/workflows/workflow.yml
@@ -47,15 +47,15 @@ jobs:
47
pylint service tests --max-line-length=127
48
49
- name: Run unit tests with PyTest
50
- run: pytest --pspec --cov=service --cov-fail-under=95
+ run: pytest --pspec --cov=service --cov-report=xml --cov-fail-under=95
51
env:
52
DATABASE_URI: "redis://redis:6379"
53
54
# Create a CODECOV_TOKEN in Settings->Secrets and variables->Actions
55
- # and then uncomment the following 4 lines during hands-on lab
56
-
+ # and then uncomment the CodeCov action during hands-on lab
+
57
# - name: Upload coverage reports to Codecov
58
# uses: codecov/[email protected]
59
# with:
60
# token: ${{ secrets.CODECOV_TOKEN }}
61
0 commit comments