Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
fix coverage handler
Browse files Browse the repository at this point in the history
  • Loading branch information
b5 committed Jun 19, 2017
1 parent ee18fbb commit 71591ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coverage_handlers.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ func CoverageTreeHandler(w http.ResponseWriter, r *http.Request) {
cli := rpc.NewClient(conn)

p := coverage.CoverageTreeParams{
Root: r.FormValue("root"),
Patterns: patterns,
// Depth: depth,
// RepoIds: strings.Split(r.FormValue("repositories"), ","),
Expand Down

0 comments on commit 71591ae

Please sign in to comment.