Skip to content

Commit

Permalink
Disable code coverage for now given that it's flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
Oren Novotny authored Feb 18, 2019
1 parent 38015e7 commit 5485355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.ix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
inputs:
command: test
projects: Ix.NET/Source/**/*.Tests.csproj
arguments: -c $(BuildConfiguration) --collect:"Code Coverage" -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full
arguments: -c $(BuildConfiguration) -s $(System.DefaultWorkingDirectory)/Ix.NET/Source/CodeCoverage.runsettings /p:DebugType=Full
displayName: Run Tests

- task: PowerShell@2
Expand Down

0 comments on commit 5485355

Please sign in to comment.