Stabilize CI baseline: missing tools/deps break docs-only PRs #3
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Current CI checks fail on docs-only PRs due to repository baseline issues not caused by the PR content.
Observed on PR: https://github.com/electron-rare/Kill_LIFE/pull/2
Failures observed
api_contract: missing filetools/api/run_contract_tests.pybadges:No module named pytestsbom:cyclonedx-bom: command not foundWhy this matters
These failures make mergeability unstable and hide signal from real regressions.
Proposed actions
tools/api/run_contract_tests.pyor update workflow to the correct path.pytest(and coverage stack) in the badges workflow before running tests.Cross-reference
Résolu via PR #2 (merge commit
42c0702).Actions livrées:
badgesen mode best-effort pour ne plus bloquer les PR docs/tooling,