decent_ci
decent_ci copied to clipboard
We are still seeing UTF errors for invalid characters (invalid byte sequence in UTF-8 ["/home/el...) I found a post (https://robots.thoughtbot.com/fight-back-utf-8-invalid-byte-sequences) that included some additional arguments to the encode call. I...
So we started seeing our regression results giving funny results. Basically it appeared like decent_ci was always comparing to some old baseline, instead of the current develop. We hadn't changed...
For whatever reason, sometimes the badges on our Github comments don't render, as such:  It would be great if we could at least include the badge text in the...
Background: Compile this commit on Ubuntu: https://github.com/NREL/EnergyPlus/commit/253e757bf8b3045b1c379dc93a297a6988cb9f28. CI will report this:  If you follow that link, it takes you to the header declaration of `ManageElectricPower::ElecStorage`. Actually, that warning is...
Sometimes results files are committed back to github which have no PR/Branch/Tag
After running builds, tests, coverage, etc. on the default branch, it would be great to have badges generated and stored somewhere where they can be referenced from the project's README...
In the past, I've seen compile errors from generated code like cxx files that attempt to link back to the repo. Since these files don't exist in the repo, it...