-
Notifications
You must be signed in to change notification settings - Fork 286
Closed
Description
Hi, I issued a possible problem when running linux-release coverage with
ubuntu-18.04
GNU 7.5.0
-- CMake version: 3.23.1
It can compile and all tests pass, but the following error happens.
Starting: Create coverage report
==============================================================================
Task : Bash
Description : Run a Bash script on macOS, Linux, or Windows
Version : 3.201.1
(WARNING) Unrecognized GCOV output for /home/vsts/work/1/s/src/iarray_views.c
function prop8_view_postfilter called 8092 returned NAN % blocks executed 19%
function slice_view_postfilter called 34888 returned NAN % blocks executed 18%
This is indicative of a gcov output parse error.
Please report this to the gcovr developers
at <[https://github.com/gcovr/gcovr/issues>.](https://github.com/gcovr/gcovr/issues%3E.)
(WARNING) Exception during parsing:
UnknownLineType: function prop8_view_postfilter called 8092 returned NAN % blocks executed 19%
(WARNING) Exception during parsing:
UnknownLineType: function slice_view_postfilter called 34888 returned NAN % blocks executed 18%
I would appreciate if you could tell me how to fix this.
Thanks in advanced!