Closed christophfroehlich closed 3 months ago
@fmauch I had to fight the venv settings, it seems that action-ros-ci cleans the workspace and a venv created in .venv
does not exist afterwards (this is why I create it now in the user folder ~/.venv
).
and still the codecov-action does not find the coverage.py and throws this warning
Maybe you see an obvious issue with these changes or have other suggestions..
This is necessary to get branch coverage of python files called within c++ tests.