Skip to content

Commit 3a945c8

Browse files
authored
Merge pull request #83 from opsmill/pog-limit-coverage-to-sdk
Limit coverage run to --source=infrahub_sdk
2 parents b91acac + 7e4f1cd commit 3a945c8

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
@@ -164,7 +164,7 @@ jobs:
164164
if: matrix.python-version == '3.12'
165165
run: |
166166
source $(poetry env info --path)/bin/activate
167-
coverage run -m pytest tests/unit/pytest_plugin
167+
coverage run --source=infrahub_sdk -m pytest tests/unit/pytest_plugin
168168
coverage report -m
169169
coverage xml
170170
codecov --flags python-filler-${{ matrix.python-version }}

0 commit comments

Comments
 (0)