Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Best practices
0 votes
1 replies
69 views

A simple scenario to illustrate the core issue. My project requires the user to provide a configuration file in YAML format. I provide a sample configuration file, for example: env: dev cpu: 1 mem: ...
6 votes
2 answers
3k views

After upgrading to Go 1.25 (specifically 1.25.1) when I run go test -cover I get this message: go: no such tool "covdata" The command exits with status 1. It seems this does not happen ...
0 votes
0 answers
67 views

I am working with an Android application (APK) that uses JNI and depends on a shared library. I modified the build parameters to include code coverage instrumentation. After running the APK on an ...
1 vote
2 answers
55 views

I know how to use coverage module to get "human readable" coverage output (using popular third party coverage module). This can be used with pytest or unittest (with some differences in the ...
0 votes
1 answer
39 views

As part of the CI/CD for our project we run code coverage analysis on the pipeline using a similar command to: dotnet test D:\a1円\s\OurSln.sln --logger trx --results-directory D:\a\_temp --...
0 votes
2 answers
577 views

I have a scenario where I have multiple tests (for the same source code) that are run in parallel The code coverage report is generated and stored in separate folders per test End of the day, I need ...
0 votes
1 answer
122 views

How should I add ignore_bin in child class for a coverpoint which is defiened in base class? I tried extending base covergroup but it shows compilation errors for keyword extend in this context ...
0 votes
0 answers
102 views

Since two days I am struggling with this issue. I have 4 Microservices all running with Quarkus (for now they are all running with differenct ports on localhost). In a local Maven Module I run ...
1 vote
3 answers
461 views

I'm trying to build a Ruby gem. I set up a development environment using a Docker image based on Ruby 3.3 and a devcontainer. I initialized a gem using the bundle gem tooling. This set up the basic ...
1 vote
0 answers
418 views

I am working on a C++ project compiled with g++ --coverage so that unit testing generates coverage metrics, which are converted to html reports by gcovr. The branch coverage information is misleading, ...
-1 votes
1 answer
136 views

I have a 1D array of 512 elements, which is 8 bit wide. I want the coverage to hit 100% only when a specific unique value is present in each of these 512 elements. For eg, let say we had only 4 ...
0 votes
1 answer
136 views

I'm beginner in System Verilog. I want to implement a coverage such that a user will send a signal - lets call it input_signal[Width-1 :0] Where width is variable. I want to have bitwise toggle ...
0 votes
0 answers
216 views

I have multiple python modules to be tested and I'm testing it using the tox file with the command "coverage run -m test_folder". While testing, for few modules I'm getting lower test ...
1 vote
0 answers
85 views

I am trying to get only test coverage report generated by jacoco plugin in multi-module gradle project and dont want to run static code analysis(takes lotta time). I have tried till now: sonar....
1 vote
1 answer
60 views

I have a code under ngAfterViewInit unable to coverage conditions/branches As i need to cover 100% on new code, please give me suggestions (currently at 68%) Tried few tests but not covering branches

15 30 50 per page
1
2 3 4 5
...
26

AltStyle によって変換されたページ (->オリジナル) /