QualiSystems / FluentTc

:ocean: :two_men_holding_hands: :office: Integrate with TeamCity fluently
https://www.nuget.org/packages/fluenttc
Apache License 2.0
44 stars 35 forks source link

add Build.TestOccurrences #77

Closed nex-54 closed 8 years ago

nex-54 commented 8 years ago

Issue details

Add Build.TestOccurrences property

Checklist

var build = connectedTc.GetBuild(123); var failedTests = build.TestOccurrences.Failed

borismod commented 8 years ago

@nex-54 please make sure your test coverage is at least the same as it was before You can examine the code coverage of your build here: http://teamcity.codebetter.com/viewLog.html?buildId=221729&buildTypeId=FluentTc_FluentTcDevelop&tab=coverage_dotnet

I also recommend using DotCover for VisualStudio for finding the uncovered code.

nex-54 commented 8 years ago

I will fix code coverage in all my pull requests little bit later.

nex-54 commented 8 years ago

Done. Code coverage is at least the same or higher.

borismod commented 8 years ago

Thank you for your contribution, Artem!