Skip to content

Commit 84462be

Browse files
authored
Update ci file for code cov
1 parent b1fa237 commit 84462be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pip install -r requirements.txt
4545
4646
- name: Run tests
47-
run: pytest --cov-branch --cov-report=xml
47+
run: pytest --cov=kinde_sdk --cov-branch --cov-report=xml
4848

4949
- name: Upload coverage reports to Codecov
5050
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)