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 6dbee3f commit bd38a44Copy full SHA for bd38a44
.github/workflows/ci.yml
@@ -197,7 +197,7 @@ jobs:
197
- name: "Install Package"
198
run: "poetry install --all-extras"
199
- name: "Integration Tests"
200
- run: "poetry run pytest tests/integration/test_node.py -v"
+ run: "poetry run pytest --cov infrahub_sdk tests/integration/ --continue-on-collection-errors --maxfail=0"
201
- name: "Upload coverage to Codecov"
202
run: |
203
codecov --flags integration-tests
0 commit comments