Try using https://github.com/AndreMiras/coveralls-python-action
per https://github.com/coverallsapp/github-action/issues/4#issuecomment-727600521 The PyPI CLI doesn't work. Python 2 with coveralls 1.11 just produces a 422 error. Python 3 with 2.2 produces an error on a retry after a 422. File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/coveralls/cli.py", line 85, in main result = coverallz.wear() File "/opt/hostedtoolcache/Python/3.7.9/x64/lib/python3.7/site-packages/coveralls/api.py", line 225, in wear self.config['service_job_id'], random.randint(0, sys.maxsize)) KeyError: 'service_job_id'
Showing
Please register or sign in to comment