mne-cpp icon indicating copy to clipboard operation
mne-cpp copied to clipboard

Code coverage results seem to be unstable

Open LorenzE opened this issue 5 years ago • 0 comments

Our code coverage results seem to be unstable, sometimes dropping coverage results from our tests. This happens even if the last merge did not change any of the functional code (e.g. during a docu merge). This is reflected in the graph here. We are calling codecov from our test CI everytime a test finished, leading to multiple coverage results uploaded to codecov. This behavior is supported by codecov. At codecov the results are analyzed and put together to one single result. Not sure if something goes wrong while uploading or crunching the data.

LorenzE avatar Feb 27 '20 20:02 LorenzE