ajout de l'outils pour générer la couverture de code

This commit is contained in:
2024-08-29 22:20:28 +02:00
parent 3cb1973fd1
commit 281f9f1c5a
4 changed files with 11 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Pour générer la couverture en local il faut installer l'outil :
- dotnet tool install -g dotnet-reportgenerator-globaltool
- dotnet tool install dotnet-reportgenerator-globaltool --tool-path tools
Pour le lancer
- reportgenerator "-reports:src/**/TestResults/**/coverage.cobertura.xml" "-targetdir:./report" "-reporttypes:Html"