Trying to run Code Inspector for my github repos. For some repo, it reports failed with no details.
Anywhere I can find the reason why it failed? Any particular project structure for Code Inspector to run? It happened for all my repo created from template github.com/wighawag/template-ethereum-contracts, other hardhat style repo all succeeded.
Hi! @coffee-converter it looks like a bug, we are working on fixing the issue and we will let you know how to proceed to solve this as soon as we fix it
The repo you are analysing is private, could you provide us the number of solidity files in it? Just to
understand if this is timing out due to the size of the repo.
If that is the case, and you are using foundry or some Solidity-based testing tool, I suggest to create the PR changing the extension of the testing files or deleting them, right now the analysis runs over all .sol files, which can be skipped for tests.
We are working on including some configs to define which files to include in the analysis, but we haven't releases that yet
I tried slimming the test repo down to just my 28 main solidity files. First PR I made hasn't been recognized by the Code Inspector tool. Is there a reason some PRs don't get analyzed?