FileExtension–part 6 – CI/CD
So now how to make visible all those coding ?
For tests –CodeCov, https://app.codecov.io/gh/ignatandrei/FileExtension hosts for free to see the coverage
For documentation – ReadTheDocs, https://fileextension.readthedocs.io/en/latest/ hosts for free.
For packaging – NuGEt https://www.nuget.org/packages/FileExtension/
For more detailed analysis Sonar https://sonarcloud.io/summary/overall?id=ignatandrei_FileExtension can show code smells and bugs and more
GitHub actions https://github.com/ignatandrei/FileExtension/actions allows me to run all those automatically and gather results
For showing a website – Azure – https://fileextension.azurewebsites.net/ can show the usage.
I was thinking that it is enough for the people to understand the application
Leave a Reply