You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes. I think there is (theoretically) a way to do it without an external service (Chris Kaczor the codechecks maintainer suggested this to me a couple years ago...)
You would use your CI service's artifacts or long-term storage API as a simple file "database". Check results would be stored there instead of on the codechecks backend. CircleCI has an API like this and I believe Github actions has one too:
I think it should be possible to trigger Github checks within CI somehow...like maybe by spinning up a Probots dev instance as part of the CI run. (That might be more complicated than it needs to be).
In the worst case you would need to host your own probots service in the cloud somewhere.
An example of a probots github check that uses a similar feature set to CodeChecks is here:
I would also love to see a free standing solution for this worked out.
One note... I think Codechecks received some funding from OptimismPBC so maybe it will see further development. Not sure what the status of the optimism grants is exactly - this project was also awarded something but idk if they've distributed anything yet or not.
As the title suggests, code checks is no longer under active development. It would be great to have some other options here.
The text was updated successfully, but these errors were encountered: