I added an optional parameter to a method in C# interface. The method was already existing and I just modified to add an optional parameter. I have added the unit tests and all are passing. But the SonarCloud is showing uncovered lines just for interface. For the implementation class it is giving full coverage. What am I missing here?
Sonarcloud giving uncovered lines for interface
29 Views Asked by DevMJ At
0
There are 0 best solutions below
Related Questions in SONARQUBE
- Sonarqube not allowing me to set policy for S3 bucket
- Jacoco Coverage in Multi-Module Gradle Project Not Including Submodules
- How to solve sonarqube issue based on bug to return a copy
- Java Code Coverage with both Jacoco & SonarQube
- Sonar qube i installed is not working and it show "...... Try: Checking the connection Checking the proxy and the firewall ERR_CONNECTION_REFUSED"
- SonarLint vs code error of skipping files
- Sonar qube container cannot authenticate with token
- Is there a Sonar-Elixir plugin compatible with SonarQube 10.4.1?
- Error: LinkageError occurred while loading main class org.sonarsource.scanner.cli.Main
- SonarQube: False-Positive S100 - Method names should comply with a naming convention
- Sonarcloud - Sonar warning - Accept button - "Valid issue but won't be fixed now, it's acceptable for a while."
- What refactoring should I apply on this email validation regex?
- Flutter SonarQube: "The main branch has no lines of code."
- SonarScan not recognising python code at the source directory
- How is this passing the quality gate
Related Questions in SONARCLOUD
- how to analyse a project in sonarcloud
- Sonarcloud - Sonar warning - Accept button - "Valid issue but won't be fixed now, it's acceptable for a while."
- Unable to Publish Code Coverage Report into Sonar Cloud. Use of OpenCover.Console.exe and Vstest.console.exe
- Sonar warning S6857: Correct this malformed property placeholder - is this a false positive?
- How to get the exact Operator from SonarCloud for the Conditions in QualityGate?
- Sonarcloud giving uncovered lines for interface
- SonarCloud How to fix change this code to not construct the path from user-controlled data
- Sonar scan not the scanning project after java version updated from 11 to 17
- Sonarcloud code coverage for pull request with bitrise
- In azure Devops, Run on unit Test on Multi-Agent, how to collect the code coverage file and Publish into Artifact
- How to get weekly unit test coverage report in powerbi desktop from sonar cloud
- SonarCloud shows 0.0% coverage on new code, and it's 0.0% coverage on the project as well
- using sonarcloud for junit analysis fails when the source code version is jdk1.8 but sonarcloud uses jdk17
- Publishing Javascrpt/typescript code coverage to Sonarcloud not working with Azure Pipeline
- Azure Pipeline for SonarCloud analysis using Gradle is successful but no results are published
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?