simplcommerce / SimplCommerce

A simple, cross platform, modulith ecommerce system built on .NET
http://www.simplcommerce.com
Apache License 2.0
4.2k stars 1.59k forks source link

Code coverage for project, and coverage bot #172

Open YuriiPovkh opened 7 years ago

YuriiPovkh commented 7 years ago

Hi, I think it will be helpful add coverage for repository like code-coverage-badge_219afc5e 2 And will be very helpful coverage bot to shows how to change coverage after pull requests (for example - https://codecov.io/ 1

thiennn commented 7 years ago

@YuriiPovkh thank for the suggestion. I don't know how to added for .net core project. Do you know any .net project used codecov?

hishamco commented 5 years ago

@thiennn can you create an account for SimplCommerce in https://codecov.io/ and add the SimplCommerce repository, after that I can add the require script to make this happen, this tool is free for open source projects and it gives you a rich STATS like this https://codecov.io/gh/WormieCorp/Localization.AspNetCore.TagHelpers

hishamco commented 5 years ago

@thiennn this link https://joaorosa.io/2016/10/12/integrate-net-core-appveyor-opencover-and-codecov/ will helps you a lot