You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## **Description**
This PR enables the basic sonar analysis for each PR as part of for
overall integration. More configuration will be done once we enabled
Sonarscan in each PR.
https://sonarcloud.io/project/overview?id=metamask-extension
<img width="1469" alt="Screenshot 2024-03-28 at 12 15 56"
src="https://github.com/MetaMask/metamask-extension/assets/12678455/fe6c2aba-24e3-460a-8125-7d0fb96d1a26">
**_PS: For the future:_**
- [ ] Update the action triggers to run on PRs and pushes to `develop`
- [ ] Merge this PR into develop so analysis can be run on base branch
- [ ] Take the CircleCI coverage results and pass them to this GH action
- [ ] Configure the test coverage exclusions according to your project
specifics (e.g. exclude other test files). This coverage may not exactly
map to CodeCov values. We are looking for a relative trend upwards.
## **Related issues**
Fixes: MetaMask/MetaMask-planning#1311
## **Manual testing steps**
1. Go to this page...
2.
3.
## **Screenshots/Recordings**
<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->
### **Before**
<!-- [screenshots/recordings] -->
### **After**
<!-- [screenshots/recordings] -->
## **Pre-merge author checklist**
- [ ] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [ ] I've clearly explained what problem this PR is solving and how it
is solved.
- [ ] I've linked related issues
- [ ] I've included manual testing steps
- [ ] I've included screenshots/recordings if applicable
- [ ] I’ve included tests if applicable
- [ ] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [ ] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [ ] I’ve properly set the pull request status:
- [ ] In case it's not yet "ready for review", I've set it to "draft".
- [ ] In case it's "ready for review", I've changed it from "draft" to
"non-draft".
## **Pre-merge reviewer checklist**
- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
---------
Co-authored-by: Danica Shen <[email protected]>
0 commit comments