These probably belong on a separate page
run coveralls
sign into coveralls.io Navigate to add repos Turn the repo on
run codecov sign into codecov.io navigate to correct organization select ‘configure’ for the correct repo use github actions language = pytest select repo token copy token in github, goto repo settings ->secrets and variables -> actions new repository secret = ‘CODECOV_TOKEN’ use token from codecov.io
upload to sonar cloud sign into sonarcloud.io top right, select “+” (analyze a new project) select the github repo select “setup” new code -> previous version -> create project
on sonarcloud.io, select the new project lower left, select “administration -> analysis method” disable ‘automatic’ add token to repo on gthub in github, goto repo settings ->secrets and variables -> actions new repository secret = ‘SONAR_TOKEN’ add sonar-project.properties to github be sure to set organization and key