alingse / go-linter-runner

use github action to run go linter for public repos
Other
2 stars 0 forks source link

Right now the test are reporting if something fails/works #4

Closed ccoVeille closed 11 hours ago

ccoVeille commented 1 month ago

It's good, but what could be way better would be to track the number of errors per repository

Is there a way to a return metadata or to store the number of errors

ccoVeille commented 1 month ago

I would expect to be able to solve issues as the one reported here

https://github.com/Antonboom/testifylint/issues/98#issue-2320900512

Examples:

ccoVeille commented 1 month ago

Or better find a way to download results from all reports (project) that failed

alingse commented 1 month ago

Yes, I'm going to do such things, I want to use a result collector, like a google sheet ? or a web server ?

  1. submit.sh -> a lot of actions -> upload the success/failed result to a API -> a google sheet / some total json

the step 3 I'm going to use pipedream (https://pipedream.com/apps/google-sheets )or others public API's , or just use the github no public api

but I don't have enough time to update in next three weeks.

ccoVeille commented 1 month ago

Maybe considering a GitHub Page would be simpler, or to publish the result as a PR/issues/discussion comments, where you will attach the results as a file.

alingse commented 5 days ago

@ccoVeille I have add a feature to create comment on the config issue, see https://github.com/alingse/go-linter-runner/issues/2 comments

ccoVeille commented 5 days ago

I just saw it, it's impressive, it's great