Tag: Github

Anypoint Design Center
Mulesoft

OpenAPI Specification Development with Mulesoft using Anypoint CLI

In this post we will explore how to create an API specification and save to the Mulesoft Anypoint platform from the command line so that we can take advantage of the platform’s API management capabilities. Business Scenario We are going to create a REST API for a pet adoption agency. […]

Salesforce

Add Apex Code Coverage to GitHub Pull Requests with SonarCloud

In the previous SonarCloud post, we looked at how to set up SonarCloud code analysis for Salesforce using automatic analysis, as well as GitHub Actions to trigger scans from a CI job. If you want to include Apex test code coverage in the SonarCloud dashboard then running the scan from […]

SonarCloud Quality Dashboard
Salesforce

SonarCloud Code Analysis for Salesforce

SonarCloud is the hosted offering of SonarQube, provided by SonarSource. In this post we will look at how to run a Sonar code quality scan on a Salesforce project using automatic analysis and GitHub Actions. The example in this post is focused on Apex classes and triggers, but SonarCloud also […]