l.feng
l.feng
I have adopted the above workaround temporarily in macos-12 and it works [here](https://github.com/serious-scaffold/ss-cpp/actions/runs/8645856705/job/23703966694#step:5:1).
> Instead of the `coverage.xml` the upload script executes gcov on it's own (see [line 46](https://github.com/serious-scaffold/ss-cpp/actions/runs/8585933549/job/23528436897?pr=188#step:13:47)) and uses this result. I remeber I have tested before and now I test...
> In the link gcovr and codecov both report 100% line coverage. Where exact is the difference? in recent result seems it is caused by the branches coverage and I...
> @msclock Any comments on this? I would like to implement it as the next pull request. I'm ok with it. Actually, I think this essentially cuts off the way...
Is it possible to specify files to skip in the answered file? I consider it is more general use.
> Is it possible to specify files to skip in the answered file? I consider it is more general use. I consider `.tmpl` is the solution from #1892
I try to set constraint for copier with the below snippet but renovate schema can't recognize it. ```json { "constraint": { "copier": "4.9.1" // or "==4.9.1" } } ```
> Thanks for your contribution, @msclock, and sorry for taking so long to respond. Could you add a test case that fails without the fix? I'll try later.🤔