We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1fa237 commit 84462beCopy full SHA for 84462be
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
pip install -r requirements.txt
45
46
- name: Run tests
47
- run: pytest --cov-branch --cov-report=xml
+ run: pytest --cov=kinde_sdk --cov-branch --cov-report=xml
48
49
- name: Upload coverage reports to Codecov
50
uses: codecov/codecov-action@v5
0 commit comments