We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b504 commit 12caedcCopy full SHA for 12caedc
.github/workflows/ci.yml
@@ -30,6 +30,7 @@ jobs:
30
31
- name: Run tests with coverage
32
run: |
33
+ export PYTHONPATH="$PYTHONPATH:$GITHUB_WORKSPACE"
34
pytest --cov=kexxu_eye_sdk --cov-report=xml --cov-report=term-missing --cov-fail-under=50
35
36
- name: Upload coverage.xml artifact
0 commit comments