Skip to content

ci: add workflow to publish PR artifacts - #5491

Merged
ReenigneArcher merged 1 commit into
masterfrom
ci/add-pr-artifact-comment
Aug 10, 2026
Merged

ReenigneArcher merged 1 commit into
masterfrom
ci/add-pr-artifact-comment

Conversation

@ReenigneArcher

Copy link
Copy Markdown
Member

Description

Add a new Publish Artifacts GitHub Actions workflow that runs after the CI workflow completes for pull requests. It publishes matching build-* artifacts back to the PR using the shared artifact_comment action, covering both successful and failed CI runs.

Screenshot

Issues Fixed or Closed

Roadmap Issues

Type of Change

  • feat: New feature (non-breaking change which adds functionality)
  • fix: Bug fix (non-breaking change which fixes an issue)
  • docs: Documentation only changes
  • style: Changes that do not affect the meaning of the code (white-space, formatting, missing semicolons, etc.)
  • refactor: Code change that neither fixes a bug nor adds a feature
  • perf: Code change that improves performance
  • test: Adding missing tests or correcting existing tests
  • build: Changes that affect the build system or external dependencies
  • ci: Changes to CI configuration files and scripts
  • chore: Other changes that don't modify src or test files
  • revert: Reverts a previous commit
  • BREAKING CHANGE: Introduces a breaking change (can be combined with any type above)

Checklist

  • Code follows the style guidelines of this project
  • Code has been self-reviewed
  • Code has been commented, particularly in hard-to-understand areas
  • Code docstring/documentation-blocks for new or existing methods/components have been added or updated
  • Unit tests have been added or updated for any new or modified functionality

AI Usage

See our AI usage policy.

  • None: No AI tools were used in creating this PR
  • Light: AI provided minor assistance (formatting, simple suggestions)
  • Moderate: AI helped with code generation or debugging specific parts
  • Heavy: AI generated most or all of the code changes

Add a new `Publish Artifacts` GitHub Actions workflow that runs after the `CI` workflow completes for pull requests. It publishes matching `build-*` artifacts back to the PR using the shared `artifact_comment` action, covering both successful and failed CI runs.
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Bundle Report

Bundle size has no change ✅

@sonarqubecloud

Copy link
Copy Markdown

@ReenigneArcher
ReenigneArcher merged commit cd9eacf into master Aug 10, 2026
39 of 42 checks passed
@ReenigneArcher
ReenigneArcher deleted the ci/add-pr-artifact-comment branch August 10, 2026 01:39
@codecov

codecov Bot commented Aug 10, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 27.31%. Comparing base (25c06d7) to head (bd28e04).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5491      +/-   ##
==========================================
- Coverage   28.10%   27.31%   -0.79%     
==========================================
  Files         109      108       -1     
  Lines       24710    24127     -583     
  Branches    10911    10668     -243     
==========================================
- Hits         6944     6590     -354     
- Misses      15869    16680     +811     
+ Partials     1897      857    -1040     
Flag Coverage Δ
Archlinux 0.00% <ø> (ø)
FreeBSD-aarch64 ?
FreeBSD-amd64 13.98% <ø> (+<0.01%) ⬆️
Homebrew-macos-14 22.55% <ø> (ø)
Homebrew-macos-15 23.20% <ø> (-0.01%) ⬇️
Homebrew-macos-26 23.32% <ø> (-0.02%) ⬇️
Homebrew-ubuntu-24.04 ?
Linux-AppImage 13.42% <ø> (ø)
Windows-AMD64 17.42% <ø> (ø)
Windows-ARM64 ?
macOS-arm64 19.81% <ø> (ø)
macOS-x86_64 20.52% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 68 files with indirect coverage changes


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 25c06d7...bd28e04. Read the comment docs.

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.

1 participant