Skip to content

chore: Make visual regression tests mandatory - #4954

Draft
jperals wants to merge 2 commits into
mainfrom
chore/required-visual-tests
Draft

chore: Make visual regression tests mandatory#4954
jperals wants to merge 2 commits into
mainfrom
chore/required-visual-tests

Conversation

@jperals

@jperals jperals commented Aug 31, 2026

Copy link
Copy Markdown
Member

Description

Related links, issue #, if available: n/a

How has this been tested?

Review checklist

The following items are to be evaluated by the author(s) and the reviewer(s).

Correctness

  • Changes include appropriate documentation updates.
  • Changes are backward-compatible if not indicated, see CONTRIBUTING.md.
  • Changes do not include unsupported browser features, see CONTRIBUTING.md.
  • Changes were manually tested for accessibility, see accessibility guidelines.

Security

Testing

  • Changes are covered with new/existing unit tests?
  • Changes are covered with new/existing integration tests?

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@codecov

codecov Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.66%. Comparing base (e6de3b3) to head (d82b209).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4954   +/-   ##
=======================================
  Coverage   97.66%   97.66%           
=======================================
  Files         959      959           
  Lines       31342    31342           
  Branches    11577    11578    +1     
=======================================
  Hits        30610    30610           
+ Misses        725      686   -39     
- Partials        7       46   +39     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

The visual-regression.yml reusable workflow declares `statuses: read` to
look up the visual-regression-override commit status. A called workflow
cannot request a permission the caller lacks, so the deploy.yml run failed
at startup (startup_failure) and the visual regression job never started.

Grant `statuses: read` at the deploy.yml caller so the reusable workflow
call stays within the permission envelope.
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