JuliaCI/PkgTemplates.jl

Coveralls upload fails with PkgTemplate generated configuration

Open

#352 opened on Jun 3, 2022

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Julia (697 stars) (112 forks)batch import
bughelp wanted

Description

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!!

Contributor guide