Questions tagged [bullseye]

Bullseye is a code coverage analyzer which can be used for testing the coverage for C and C++ codes. Code Coverage testing is useful in unit testing, integration testing and final release to be sure that no part of code went out without testing.

Bullseye is a code coverage analyzer which can be used for testing the coverage for and codes. While testing the code one important parameter is the percentage of coverage. The coverage cheeking needs to be performed to be sure that no part of the code if left to test.

Code coverage analysis is done mostly in unit testing, integration testing phase and before final release. This way the reliability and stability of the code is increased.

The salient features of bullseye coverage analyzer is

  1. Complete coverage analysis of C/C++ codes
  2. Include or exclude any portion of your project code, so exact result for unit testing.
  3. Run-time source code included, for custom environments
  4. Integration with Microsoft Visual Studio
75 questions
0
votes
1 answer

ModuleNotFoundError: No module named 'encodings' - uwsgi error when the virtualenv path is different from the project home

i'm getting a ModuleNotFoundError: No module named 'encodings' error from uwsgi when the virtualenv path is different from the project home. Environment: OS: debian bullseye uwsgi version: 2.0.19.1-debian python version: 3.9 Error…
wax
  • 23
  • 4
0
votes
1 answer

make error when build symbian application with bullseye coverage

I want to build a symbian application with bullseye coverage to collect the coverage data. After I finished my application, built the libcov-symbian.lib and enabled the cov01, I built my workspace and got the make error. I've searched some method on…
0
votes
0 answers

Coverage file is not getting generated using bullseye with XCode

I am trying to integrate BullsEye 8.14.0 with Xcode 10.12. Following are the steps that I followed: mkdir -p $HOME/Library/LaunchAgents 2.Create the file $HOME/Library/LaunchAgents/BullseyeCoverage.plist with contents like below.
0
votes
1 answer

How can i setting Bullseye Code Coverage for Qt

I want to use Bullseye Code Coverage for Qt. But, I can not set the environment.(Qt creator) I found below links and follow https://www.bullseye.com/help/tool-qtCreator.html Bullseye Code Coverage for Qt step1. I added below at main.pro QMAKE_CC …
ryu
  • 35
  • 7
0
votes
1 answer

failing to publish bullseye coverage reports to SonarQube due to source file path changes

This image is a part of console output of sonarqube publisher job in jenkins: I am trying to publish bullseye coverage reports to sonarqube using analysis parameter as sonar.cxx.coverage.reportPath=Coverage.xml In the xml file Coverage.xml, the…
0
votes
1 answer

How do we perform line/statement coverage using bullseye coverage tool?

Is there some tutorial available for Bullseye code coverage tool. Is it automated? How do we find line coverage using this tool?
Christy Wald
  • 329
  • 3
  • 14
0
votes
0 answers

Bullseye coverage error message

I have a jenkins build job that runs a Bullseye coverage report that was working fine until last week. Found out our build server had been updated to a newer linux kernel version and started seeing this issue now. Anyone have any ideas what could…
zmessican
  • 1
  • 1
  • 1
0
votes
1 answer

Exception: License 114440 License expired 2014-10-22 in LINK

My MSDN license expired. I logged into Microsoft, deleted all my old MSDN licenses from my account, and added a new invitation from my IT department. I also installed the VS2013 Update3 installer and rebooted my machine. At this point, Visual…
Eric
  • 11,392
  • 13
  • 57
  • 100
0
votes
1 answer

cmake add prefix to linker

I know how to add a prefix to linker. I need this because I need to add bullseye compiler and linker prefixes before compiling and linking. SET(CMAKE_CXX_COMPILER "${BULLSEYE_PREFIX_CC} --no-banner ${CMAKE_CXX_COMPILER}") SET(CMAKE_C_COMPILER…
Nick
  • 1,692
  • 3
  • 21
  • 35
0
votes
1 answer

clover / bullshtml - How to show source code lines

At the moment, the detailed breakdown shows the function calls but doesn't provide a breakdown of source code lines as you do if you use covhtml to generate the report. Is it because it's looking for the source in the place specified by the covfile…
Craig
  • 4,268
  • 4
  • 36
  • 53
0
votes
1 answer

Bullseye: How to enable Bullseye for all processes

From what little documentation I can find on the web, it seems that calling cov01 --on simply updates a user configuration file ($HOME/.BullseyeCoverage/UserSettings). However, how can this be set more globally to intercept coverage for processes…
Craig
  • 4,268
  • 4
  • 36
  • 53
0
votes
1 answer

Jquery Bullseye viewport detection integration

I would like to use Jquery Bullseye to show a div when scrolled down. My HTML is

some content (1)

Deproblemify
  • 3,340
  • 5
  • 26
  • 41
0
votes
2 answers

Bullseye for EDK Based Application

Is there any way to integrate EDK2 based application to come into Bulls Eye Code Coverage tool? The executable will be having .efi extension, and it open's only in EFI shell. I believe, i also need to develop an driver to capture the coverage data…
pramod
  • 19
  • 3
-2
votes
1 answer

Debian 11 seems to forgot about multiple adapters and LAN communication?

I've been using Debian 10 (buster) XFCE most of the time but had to switch to 11 (bullseye) with GNOME. With Debian 10 it was no issue to have 2 network adapters running for local purposes without internet. How was I doing it ? ip addr add…
Svetoslav
  • 31
  • 2
  • 6
-2
votes
1 answer

Using GoogleTest with Bullseye to generate a test report

I am trying to use GoogleTest and bullseye for testing C application code. I am in a Red Hat Linux environment using an i686-type processor. I got the gtest and bullseye libraries. The process for writing stubs and test code is also understandable.…
Sourav Ghosh
  • 133,132
  • 16
  • 183
  • 261
1 2 3 4
5