
Code Coverage
Die Code Coverage ist ein wirklich nützlicher Anhaltspunkt um für die Abdeckung von Software Tests ein Gefühl zu bekommen.
In Visual Studio bzw. in entsprechenden Entwicklungsumgebungen oder in extra Test-Tools war eine Code-Coverage schon lange integriert; seit einiger Zeit bietet aber auch Visual Studio Team Services eine entsprechende Analyse und Integration in die Buildübersicht an.
Hierfür gibt es seit neuesten in der Konfiguration des Builds im Tasks des Tests - hier Test Assemblies für .NET Applikationen - die Checkbox Code Coverage Enabled

Bei jedem neuen Bauen der entsprechenden Definition erhaltet ihr nun in der Übersicht eine Anzeige zur Code Coverage.

Related articles

Jun 25, 2018 · 2 min read
Setup VSTS YAML builds for your ASP.NET Core app
Idea YAML builds are a very common way to define builds in AppVeyor, but in Visual Studio Team Services (VSTS) this feature is pretty new - …

Jun 25, 2018 · 2 min read
Setup VSTS YAML builds for your Angular app
Idea According to the ASP.NET Core YAML build sample, this sample covers the Angular part. I recommend an own build agent, because the …

Jan 05, 2026 · 2 min read
Serve SPAs correctly on Cloudflare Workers
Single Page Applications like React expect the server to always return index.html and let the client-side router take over. On Cloudflare …
Let's Work Together
Looking for an experienced Platform Architect or Engineer for your next project? Whether it's cloud migration, platform modernization or building new solutions from scratch - I'm here to help you succeed.

Comments