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.
1 parent 2bb8bec commit 7e4f1cdCopy full SHA for 7e4f1cd
.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