Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

"-f" option doesn't correctly upload the (single) tracefile #232

Closed
rhaschke opened this issue Nov 26, 2019 · 1 comment
Closed

"-f" option doesn't correctly upload the (single) tracefile #232

rhaschke opened this issue Nov 26, 2019 · 1 comment

Comments

@rhaschke
Copy link

We are using the proposed method for C++ w/ cmake to generate a tracefile with lcov and uploading it with the -f option.
While locally, the generated tracefile produces a nice coverage report via genhtml, the report uploaded to codecov.io refers to files not present in the tracefile at all. I'm puzzled why this doesn't work. Here is the corresponding Travis build, starting coverage generation and uploading in line 1617.

@rhaschke
Copy link
Author

The solution was to add the option -R <base repo> to indicate the base source folder.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant