Skip to content

Commit 9f73cdd

Browse files
committed
equals
1 parent 739f88f commit 9f73cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ruff format --check kinisi/*
3232
- name: Generate coverage report
3333
run: |
34-
pytest --cov-report xml:coverage.xml --cov:kinisi
34+
pytest --cov-report xml:coverage.xml --cov=kinisi
3535
- name: Get Cover
3636
uses: orgoro/coverage@v3.2
3737
with:

0 commit comments

Comments
 (0)