[exec] 10:55:35.628 INFO: Sensor Generic Coverage Report
[exec] 10:55:35.629 INFO: Parsing C:\projects\opencover\GenericCoverage.xml
[exec] 10:55:35.628 WARN: Property 'sonar.coverageReportPaths' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.
[exec] 10:55:35.729 INFO: Imported coverage data for 0 files
[exec] 10:55:35.731 INFO: Coverage data ignored for 34 unknown files, including:
[exec] OpenCover.Profiler/CodeCoverage.cpp
[exec] OpenCover.Profiler/CodeCoverage.h
[exec] OpenCover.Profiler/CodeCoverage_Callback.cpp
[exec] OpenCover.Profiler/CodeCoverage_Cuckoo.cpp
[exec] OpenCover.Profiler/CodeCoverage_ProfilerInfo.cpp
[exec] 10:55:35.731 INFO: Sensor Generic Coverage Report (done) | time=103ms
Also, my coverage has gotten worse and yet I've made no code changes - just tweaking build settings
the same c# coverage data is also being pushed to coveralls and that is not showing any degradation
I've captured the coverage files as artefacts of my build if anyone can take a look and point me in the right direction
thanks