PkgTemplates.jl
PkgTemplates.jl copied to clipboard
Coveralls upload fails with PkgTemplate generated configuration
Maybe I am just missing something, but coveralls upload fails with PkgTemplate generated configuration. It fails with:
[ Info: Submitting data to Coveralls...
ERROR: HTTP.ExceptionRequest.StatusError(422, "POST", "/api/v1/jobs", HTTP.Messages.Response:
"""
HTTP/1.1 422 Unprocessable Entity
(...)
{"message":"Couldn't find a repository matching this job.","error":true}""")
The full error message is found here: https://github.com/omlins/CellArrays.jl/runs/6695813648?check_suite_focus=true
Do you see what goes wrong here?
Thanks!!