Closed TheAngryByrd closed 4 years ago
Appveyor seems to "normalize" projects.
For example if you started a project called MyLib.SomethingElse, appveyor links should be (https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib-SomethingElse) (https://ci.appveyor.com/project/TheAngryByrd/MyLib-SomethingElse)
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib-SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib-SomethingElse)
but are
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib.SomethingElse) (https://ci.appveyor.com/project/TheAngryByrd/MyLib.SomethingElse)
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib.SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib.SomethingElse)
which leads to no project being found when clicking the badges.
However
https://ci.appveyor.com/api/projects/status/github/TheAngryByrd/MyLib.SomethingElse?svg=true
is perfectly valid.
sigh
Please add any error logs or screenshots if available.
Please add either a failing test, a github repo of the problem or detailed reproduction steps.
Please define what you would expect the behavior to be like.
Fixing them manually.
I think the solution is to just document this unless someone can come up with a better answer.
Description
Appveyor seems to "normalize" projects.
For example if you started a project called MyLib.SomethingElse, appveyor links should be
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib-SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib-SomethingElse)
but are
(https://buildstats.info/appveyor/chart/TheAngryByrd/MyLib.SomethingElse)
(https://ci.appveyor.com/project/TheAngryByrd/MyLib.SomethingElse)
which leads to no project being found when clicking the badges.
However
https://ci.appveyor.com/api/projects/status/github/TheAngryByrd/MyLib.SomethingElse?svg=true
is perfectly valid.
sigh
Error messages, screenshots
Please add any error logs or screenshots if available.
Failing test, failing github repo, or reproduction steps
Please add either a failing test, a github repo of the problem or detailed reproduction steps.
Expected Behavior
Please define what you would expect the behavior to be like.
Known workarounds
Fixing them manually.
Other information