cartesi / machine-emulator

The off-chain implementation of the Cartesi Machine
GNU Lesser General Public License v3.0
64 stars 33 forks source link

Use free tools for code quality #49

Open diegonehab opened 1 year ago

diegonehab commented 1 year ago

Context

Perhaps we can take advantage of code-quality tools that are free for open-source projects.

For example, Codacy, Coveralls, Coverity, Oss Fuzz etc.

We should investigate some of these tools.

Definitions of Done

tuler commented 1 year ago

We have a coveralls account.

I'm also evaluating socket.dev for supply chain management of npm packages.

edubart commented 1 year ago

We have a coveralls account.

We have tried coveralls twice for the emulator, however there were many issues and instabilities, the CI still have support for it but it's disabled due to issues on their side.