Posts tagged with badges
-
Code coverage in .NET Core and SonarCloud
Feb 17, 2018In this post, I’m creating a code coverage report for a .NET Core project. I’m also using SonarCloud to analyze the project’s quality.
-
GitHub badges
Mar 5, 2016You may have noticed that a lot of GitHub projects have some badges in their homepage, showing for example the status of their latest build. For a node (JavaScript) project, you can use a few more badges to show the world that everything is in order.