this is public repo for serving badges info and instructions for private projects
- for python
- use this repo and set python-badge with version into your private repo
- for codecov
- register on https://app.codecov.io and connect your repo via github
- into project configuration -> badges & graphs -> use markdown and insert into your readme
- you also need CODECOV_TOKEN for actions secreats and github-workflow to run tests with codecov
- for sonarcloud
- register at sonarcube-cloud with sonarcloud.io and connect your repo via github
- set organisation name and your project name will be "gxxeel_fastapi-sqlmodel", {your_org}_{project_repo_name}
- create SONAR_TOKEN and add it into your action secrets
- setup branch and analysys method(manual with github actions or auto (on every PR into selected branch))
- if you use manual method - add github/workflow into your project