Analysis of output (IntelliJ)

In the Embold IntelliJ plugin, the code issues are highlighted on the fly, and quick feedback is provided.This ensures that the code issues are fixed even before the code is committed. The code issues with its recommended solution can be seen under the “Embold Issues Inspector” section. For example in…

0
Read More

Prerequisites (IntelliJ)

Java version: 1.8+ Supported Intellij version: IntelliJ IDEA Community : 2019.3+ IntelliJ IDEA Educational: 2019.3+ IntelliJ IDEA Ultimate: 2019.3+ IntelliJ IDEA 2021.2 (Community Edition) Android Studio version: 4.0+ Android Studio build: 193.2252+

1
Read More

Coverlet Integration

For more information about the execution of Coverlet integration, refer to this article. UI output of coverage through coverlet can be seen in the Coverage by components section as below: For Linux users, please check below points: There is an issue with MSBuild on Linux that affects the ability to escape…

0
Read More

MSTest Integration

This section will help you to integrate MSTest (.Net unit test framework) tool on your local instance. Prerequisites Assumption For more information about the execution of MSTest, refer to this article. Limitations Troubleshooting Building C# projects in Jenkins: While building the project from Jenkins, the following errors may occur: Solutions…

0
Read More

BrowserStack Code Quality Trace

Introduction BrowserStack Code Quality uses Compilation Database (CDB) to scan C/C++ repository in strict mode. BrowserStack Code Quality provides a tool ‘embold-trace’ to generate CDB from build process. BrowserStack Code Quality-trace tool facilitates users to configure which compilers to intercept during build. It then intercepts build process and generates CDB…

0
Read More

Steps to run Embold with docker-compose

Make sure you have docker id and necessary permission to Embold Technologies docker repository. To create a docker hub account follow the below steps: Visit https://hub.docker.com/ to signup up to the Docker Hub. Enter the Docker Id, email address and password. Click Sign up. A verification link is sent to…

0
Read More