We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b91acac + 7e4f1cd commit 3a945c8Copy full SHA for 3a945c8
.github/workflows/ci.yml
@@ -164,7 +164,7 @@ jobs:
164
if: matrix.python-version == '3.12'
165
run: |
166
source $(poetry env info --path)/bin/activate
167
- coverage run -m pytest tests/unit/pytest_plugin
+ coverage run --source=infrahub_sdk -m pytest tests/unit/pytest_plugin
168
coverage report -m
169
coverage xml
170
codecov --flags python-filler-${{ matrix.python-version }}
0 commit comments