issues Search Results · repo:RPGillespie6/fastcov language:Python
Filter by
40 results
(67 ms)40 results
inRPGillespie6/fastcov (press backspace or delete to remove)Is it possible to get the execution path of the program based on coverage.json? If so, how should I do it?
zhangteng0526
- 2
- Opened on Jul 29, 2024
- #103
the following assume I have docker. but I don t have docker.
$ docker pull rpgillespie6/fastcov
$ docker run -it --rm -v ${PWD}:/mnt/workspace -w /mnt/workspace -u $(id -u ${USER}):$(id -g ${USER}) rpgillespie6/fastcov ...
jianhe-fun
- 2
- Opened on Sep 6, 2023
- #98
When I merge coverage for many lcov.info reports generated via nyc, I get a failure with stacktrace
File /Users/stanislav.katsyuk/h/node/env-16.17.0/bin/fastcov , line 1004, in module
main() ...
StanKatsyuk-at
- 4
- Opened on Apr 5, 2023
- #93
fastcov.py didn t handle BRDA line correctly when processing .info file.
bash-3.2$ python3 /usr/local/lib/python3.9/site-packages/fastcov.py -C ./merge-all.info --diff-filter rb1931120.patch
--lcov -o ...
bluedevils23
- 2
- Opened on Sep 23, 2022
- #92
While Adding 2 tracefiles generated with gcov ( gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 ) I am facing below error
[0.007s] [info]: Performing combine operation Traceback (most recent call last): File ...
rachit16
- 6
- Opened on May 14, 2022
- #88
To exclude coverage for lines like e.g. logging, debugging etc. it might be useful to offer an argument to pass custom
exclusion marker with the same behavior as LCOV_EXCL_LINE.
e.g.
int i = 1;
if (i) ...
timmey09
- 7
- Opened on May 12, 2022
- #86
Steps to reproduce:
$ git clone https://github.com/RPGillespie6/fastcov
$ cd fastcov
$ python setup.py build
/usr/lib/python3.10/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated ...
hlovdal
- Opened on Jan 30, 2022
- #83
In a CI scenario, I ve encountered a problem after a .cpp source file was removed from the repository. We use
incremental builds on the CI server and our build system is far from perfect (CMake), so it ...
johan-boule
- 6
- Opened on Jan 25, 2022
- #81
The description reads Process both gcno and gcda coverage files. This option is useful for capturing untested files in
the coverage report. I took it to mean that it would do some additional processing ...
varunsh-xilinx
- 7
- Opened on Aug 24, 2021
- #77
gcov 11+ is obsoleting -i short flag. Update to use long form flag --json-format
RPGillespie6
- Opened on Aug 16, 2021
- #76

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.