-
Notifications
You must be signed in to change notification settings - Fork 53
Update github actions dependencies to make CI pass #55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adds option to ignore 'no_working_dir_found' errors when running gcovr for XML and HTML reports. Prevents coverage tasks from failing due to missing working directory issues.
…rage generation Adds option to ignore 'no_working_dir_found' errors when running gcovr for XML and HTML reports. Prevents coverage tasks from failing due to missing working directory issues.
|
Thanks for your contribution! I'm worried about that I also noticed that option |
|
You're welcome, I'm glad I could contribute to this awesome piece of work. Regarding the flag: |
This PR introduces some of the must-have changes to deal with dependencies that had been deprecated for some time.
On top of that there are some fixes and hacks around the actions to make the CI pass as there were some unexpected
errors once dependencies were resolved.
In general the following minor adjustments were made:
Some of the proposed fixes could probably done differently but I wanted to introduce as minimal changes as possible
without rewriting any logic that was previously set-up.
I'm open to any discussion/suggestions if something should be changed.