Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Workaround lighthouse build #1809

Merged
merged 5 commits into from
Feb 7, 2024
Merged

Workaround lighthouse build #1809

merged 5 commits into from
Feb 7, 2024

Conversation

rajsite
Copy link
Member

@rajsite rajsite commented Feb 7, 2024

Pull Request

🀨 Rationale

Disables the Card in the Angular and Blazor example apps as it breaks axe-core tooling used by lighthouse, see: #1650

πŸ‘©β€πŸ’» Implementation

Disabled the nimble-card in the Angular and Blazor apps

Re-enabled the accessibility lighthouse error. The thought is that with this change the accessibility score will be reliably calculated and not cause intermittent blocking of merges, only blocks on merges that further regress the score. If it is not the case and lighthouse becomes unreliable calculating the score we can disable it again.

Removed the exisiting comment for an issue to get us back to 0.9 score as there are multiple issues impacting our score now.

πŸ§ͺ Testing

Relying on lighthouse CI execution.

βœ… Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@rajsite rajsite changed the title Workaround lighthouse buuild Workaround lighthouse build Feb 7, 2024
@rajsite rajsite marked this pull request as ready for review February 7, 2024 22:15
@rajsite
Copy link
Member Author

rajsite commented Feb 7, 2024

@mollykreis Could you review this PR for re-enabling the lighthouse accessibility check (and if that seems like a good idea)

@rajsite
Copy link
Member Author

rajsite commented Feb 7, 2024

Bypassing owners (mostly OOO) and buddied with Molly

@rajsite rajsite merged commit 13e5ad6 into main Feb 7, 2024
12 checks passed
@rajsite rajsite deleted the workaround-lighthouse-buuild branch February 7, 2024 22:43
jattasNI added a commit that referenced this pull request Aug 14, 2024
# Pull Request

## 🀨 Rationale

Resolves #280. Thanks to some recent fixes, the accessibility score for
the Angular app is now back above 0.9 (it's 93%). We'd like to prevent
regressions by ratcheting the `minScore` back to where it was originally
before #1809.

## πŸ‘©β€πŸ’» Implementation

`0.8` ➑️ `0.9` in angular example app lighthouse config

## πŸ§ͺ Testing

The Lighthouse step passed in the [main / build (push) PR
check](https://github.com/ni/nimble/actions/runs/10394512684/job/28784465522?pr=2346)
and the [Lighthouse report looks
sane](https://storage.googleapis.com/lighthouse-infrastructure.appspot.com/reports/1723668148618-11515.report.html).

## βœ… Checklist

<!--- Review the list and put an x in the boxes that apply or ~~strike
through~~ around items that don't (along with an explanation). -->

- [x] I have updated the project documentation to reflect my changes or
determined no changes are needed.
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