We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9498de6 commit 88bc282Copy full SHA for 88bc282
.github/workflows/test_and_build.yml
@@ -49,7 +49,7 @@ jobs:
49
COGNITE_DEV_TOKEN_SCOPES: https://aws-dub-dev.cognitedata.com/.default
50
COGNITE_INTEGRATION: pythonutils-test
51
run: |
52
- uv run coverage run --source cognite.extractorutils -m pytest -v tests
+ uv run coverage run --source cognite.extractorutils -m pytest -v tests -s
53
uv run coverage xml
54
55
- uses: codecov/codecov-action@v5
0 commit comments