Files
bot-bottle/.gitea/workflows
didericis-claude 6afc91b2bb
tracker-policy-pr / check-pr (pull_request) Successful in 9s
test / integration-docker (pull_request) Successful in 14s
test / unit (pull_request) Successful in 34s
test / integration-firecracker (pull_request) Successful in 3m8s
test / coverage (pull_request) Failing after 1m59s
test / publish-infra (pull_request) Has been skipped
fix(ci): use absolute github.workspace paths for coverage artifact upload/download
The delphi-ci runner resolves relative paths in upload-artifact and
download-artifact from a different CWD than run: shell steps, so
'.coverage.unit' etc. were never found. Using ${{ github.workspace }}
gives an absolute path that does not depend on the JS action's CWD.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-21 04:56:02 +00:00
..