Skip to content

Commit

Permalink
Fix cover error
Browse files Browse the repository at this point in the history
  • Loading branch information
veblush committed Jul 5, 2016
1 parent d7d819d commit 1fd294f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,11 @@ Target "Build" <| fun _ -> buildSolution solution

Target "Test" <| fun _ -> testSolution solution

Target "Cover" <| fun _ -> coverSolution solution

Target "Cover" <| fun _ ->
coverSolutionWithParams
(fun p -> { p with Filter = "+[Aim.ClusterNode*]* -[*.Tests]*" })
solution

Target "Coverity" <| fun _ -> coveritySolution solution "SaladLab/Aim.ClusterNode"

Target "PackNuget" <| fun _ -> createNugetPackages solution
Expand Down

0 comments on commit 1fd294f

Please sign in to comment.