Skip to content

Improve CI output#149

Merged
anderslindho merged 2 commits into
masterfrom
improve-ci-output
May 5, 2026
Merged

Improve CI output#149
anderslindho merged 2 commits into
masterfrom
improve-ci-output

Conversation

@anderslindho
Copy link
Copy Markdown
Contributor

The test job is currently incredibly noisy due to the global --log-cli-level=DEBUG. This makes it difficult to even spot the status.

This PR instead makes it so that verbose logs are only displayed on failure, while passing jobs will be easier to spot. The full log is also uploaded as a downloadable artifact on every run.

Also bumps actions/checkout and actions/setup-python to v6 (Node.js 24) and suppresses a testcontainers-internal deprecation warning.

--log-cli-level=DEBUG streams every DEBUG line live, making CI logs
thousands of lines for a passing run. Move log_level to pyproject.toml
so DEBUG output is captured and shown only on failure.

Add -v for the per-test pass/fail summary and tee to a log file uploaded
as a retention artifact, so the full output is available without drowning
the inline view.

Also suppress the testcontainers-internal DeprecationWarning for the
@wait_container_is_ready decorator — it is in the library's own code
and cannot be fixed from our side.
Node.js 20 support ends on GitHub Actions runners in September 2026;
v6 of both actions targets Node.js 24 and eliminates the deprecation
warnings that now appear on every workflow run.
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 5, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

@anderslindho anderslindho merged commit c5754e4 into master May 5, 2026
103 of 117 checks passed
@anderslindho anderslindho mentioned this pull request May 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants