Michael Förderer
Michael Förderer
@mikedld Please can you try `pip install git+https://github.com/Spacetown/gcovr.git@merge_different_branches_and_conditions`?
@Pesa Would it be possible for you to try the branch and give a feedback?
Are you using the Cobertura report for Uploading? Can you provide the files or compare on your own why there is such a huge difference in the number of header...
If the time is in UTC or GMT you should be able to convert it with the date module, e.g. [datetime.fromisoformat](https://docs.python.org/3/library/datetime.html#datetime.datetime.fromisoformat).
Can you post full example?
I think this is a bad idea. Publishing can contain several things like creating a GH release and adding a tag. Uploading to PyPI is only one part of the...
Some workflows need to be allowed, e.g. the download of the Artifacts. If the opt out would be by specifying the tasks with an explicit commit hash I'm fine.
Using several jobs will work but can be error-prone. E.g. the condition needs to be the same in every job to not have an incomplete release. You can advise how...
I agree with @cjolowicz, I want to see the full command on failure. BTW ruff supports pre-commit directly without the need of using a box session.
I would solve this on noxfile level by using response file or direct usage of subprocess package. If you still want to solve this in not, what about a option...