In our product stack, we have an intricate projects structure. There is a main app that is responsible for core functions (routing, auth, etc.) and there are su
I used the follow commands,but it did not worked. task: DotNetCoreCLI@2 displayName: 'dotnet test' inputs: command: test projects: '**/MedicoDoctorWebTest.
<plugin> <groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> &l
I am trying to generate code coverage for the single e2e test case. Here is what I did to achieve this. Instrumented files related to e2e test case using nyc. N
When I run ng test --code-coverage, The coverage report is sometimes not generating, sometimes it is generating so I'm unable to verify the coverage statement a
i see the following stacktrace when running the pitest gradle task in my project after adding all the required configurations in build.gradle. Can you please he
Seemed like adding Jacoco to an Android project would be a straightforward process, but so far it's been nothing but pain. Having tried a few guides to getting
I am trying to run lcov and gcov on android platform for unit test coverage. I am able to generate .gcno file and .gcda file successfully via the flags. Android
Failed to generate coverage for target 'xx.app' at paths ( "/Users/bupozhuang/DeriveData/xxDemo-aacxrfgumjzqjncgymjnenzofsub/Build/Products/Debug-iphonesimulato
My hypothethical scenario is this: I have run my junit tests and generated a jacoco file my git diff shows I have changed 10 lines of code Now the intersection
My hypothethical scenario is this: I have run my junit tests and generated a jacoco file my git diff shows I have changed 10 lines of code Now the intersection
Currently I have this line in my .gitlab-ci.yml file: if (( $coverage < $MIN_COVERAGE )) ; then echo "$coverage% of code coverage below threshold of $MIN_COV
We are trying to report code coverage of tests against a pre-packaged JAR file using JaCoCo. To do this we start the JAR file using java -jar with the additiona
I try to run solidity coverage for testing test case and its coverage but when I run coverage command its give error like this : - command used (truffle run cov
Interested to find code coverage tools for kotlin that work well in a CI pipeline. use intellij built in code coverage but cant use this in CI. Thanks
When I run vstest.console.exe with the parameters, vstest.console.exe App.Tests.dll /collect:"Code Coverage" /Logger:html /EnableCodeCoverage App.dll, it only g
I have 2 Kotlin based AS projects. One works fine, the other doesn't. Both have an identical structure and gradle config. I'm using Kotlin 1.1.4-2 with AS 3.0b2
I am trying to check my code coverage for a test case that I wrote in Kotlin. When I execute ./gradlew createDebugCoverageReport --info, my coverage.ec file is
Since we updated to SonarQube 6.2 it seems code coverage plugin got merged in the core. It shows red flags everywhere and I can’t find how to turn it off,