Skip to content

Commit

Permalink
chore: upload test coverage when code is merged into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ghuntley committed Jan 31, 2017
1 parent d7d251c commit fbd3a30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.cake
Expand Up @@ -338,7 +338,6 @@ Task("RunUnitTests")

Task("UploadTestCoverage")
.WithCriteria(() => !local)
.WithCriteria(() => isPullRequest)
.WithCriteria(() => isRepository)
.IsDependentOn("RunUnitTests")
.Does(() =>
Expand Down

0 comments on commit fbd3a30

Please sign in to comment.