Open ShubhamTatvamasi opened 1 year ago
Hello @ShubhamTatvamasi I would like to work on this issue when I go to the https://goreportcard.com/ and generate the report card it gives me the error
Hello @ShubhamTatvamasi I would like to work on this issue when I go to the https://goreportcard.com/ and generate the report card it gives me the error
I am aware of this error. Can you please do some research, how can this be fixed?
I was able to add this on my sample repo. https://github.com/ShubhamTatvamasi/gin-key-value-store
sure
- @ShubhamTatvamasi ,i think the error is happening because there is not go file in the root folder. the repo you mentioned above has the go files in the root folder
- There was an error processing your request: Could not analyze the repository: no .go files found gojp/goreportcard#373
Do we have any solution for this?
Is this up for work? I wd like to give it a try. @ShubhamTatvamasi
@ShubhamTatvamasi I have used goreportcard-cli for generating report card by specifying the path to the kubeArmor I am not able to generate reportcard in their website should we add this report statically or we should look for alternatives?
Can we look for ways, why is it that the website cannot generate our report? (It's probably due our repository structure) But it would be best to report to the goreport project that this needs to be looked at and seek guidance from them on how to handle it.
Thanks everyone for putting efforts towards this.
@daemon1024 We Don't have go.mod file in the root of our project and also we have uppercase module name we need to fix it for generating the report card. as mentioned here I think. But this repo is having upper case module but still it is able to generate report card.
The go report card is downloading the modules as zip files and testing as of now and it is searching for modules in lower case letters so after downloading it the .go files are not present for example(http://proxy.golang.org/github.com/kubearmor/kubearmor/@v/v1.0.3.zip) if we download this zip and inspect it we cannot find the .go files.
https://goreportcard.com