PkgDashboards.jl helps you create a markdown page or html page with all your badges from travis, Codecov, PkgEval, commit activity, stars and stars over time graphs.
Thank you! I wanted something like this. I’ve been using ugly oneliner [1] which is not really easy to use.
By the way, it’d be nice if dashboard returns a PkgDashboard object that implements 3-arg show with text/markdown, text/plain, and text/html. It would then be opened automatically in user’s preferred display; e.g., ElectronDisplay.jl: [ANN] ElectronDisplay.jl v1.0.0 released
Also, is it possible to link to https://github.com/JuliaCI/NanosoldierReports/tree/master/pkgeval/by_date/$YYYY-$MM/$DD/logs/$packagename from the PkgEval badge? I guess figuring out the correct day is a bit tricky, though. (Maybe just use the latest day that does not return 404?)
I hope the show methods work as intended. I pretty much only use Juno so I’m not sure how they are supposed to display, but the following should produce a nice output now
True. We can just add a regex here. I’ll probably get to that soon (or feel free to beat me to it by sending a pull request).
Looks like an issue with the regex; it captures all non-space characters following /travis-ci\.org/ but in your readmes (and many others) the links are not separated by spaces. I’ll fix that too.