Pages are statically generated however data are dynamically fetched at runtime
npm install -g gatsby-cli
npm install
gatsby develop
gatsby build
Update sources.json file. Currently it supports gathering data from codecov.io and sonarcloud.io services. Only repositories that publish data to those services are actually listed.
Have a look into src/components/CodeCoverage directory.