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 f6ebc1f commit e92c87fCopy full SHA for e92c87f
.github/workflows/build.yml
@@ -69,7 +69,8 @@ jobs:
69
COGNITE_BASE_URL: ${{ vars.CDF_BASE_URL_CI }}
70
COGNITE_CLIENT_NAME: python-sdk-integration-tests
71
# Testpaths are defined in the pytest.ini file:
72
- run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
+ # run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml -n8 --dist loadscope --reruns 2 --maxfail 20
73
+ run: pytest --durations=10 --cov --cov-report term --cov-report xml:coverage.xml --reruns 2 --maxfail 20 -vv
74
75
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5
76
if: matrix.os == 'windows-latest' && matrix.python-version == '3.10'
0 commit comments