Jürgen Gmach
Jürgen Gmach
Thanks, happy to see that `pre-commit` will be considered! :+1: #891
**Some examples what to test...** Let's take the drop_db function from the manage.py module. I would not push this to production without a proper test. For what to test there...
> I was facing the same issue on Github actions, adding `--service=gihtub` in front of the coveralls command fixed it for me > > * name: Coveralls > env: >...
@solancer I am not sure what you mean with `before the run`. Could you create a Pull Request to any of the three mentioned repositories? That would be super awesome!
@afinetooth As requested, I ran coveralls with the debug command, see https://github.com/morepath/morepath_rest_dump_load/pull/14/checks?check_run_id=1767517263 The relevant output is: ``` Run pip install coveralls Collecting coveralls Downloading coveralls-3.0.0-py2.py3-none-any.whl (13 kB) Collecting requests>=1.0.0 Downloading...
@afinetooth Thanks for you suggestion. I have read the documentation but found no clue what I should change. See, I have 20 repositories with the almost exact same configuration, 17...
Jim is currently not interested in any ZEO/ZODB stuff, as his day job has nothing to do with these. I hope I got this right. I met him at April...
Thanks for the report! For the website I maintained I had one folder for each uploader, so I did not encounter this issue myself, nor was it reported before, but...
I am not overly happy with the random suffix, as you usually do not expect a file upload to be renamed. On the other hand, using a lock would introduce...
Hey Anthony, FWIW there is also https://github.com/keewis/blackdoc which we adopted at work. The mission seems to be the same, possibly also the features. Additionally, back then my colleague mentioned that...