Skip to content

Commit

Permalink
Merge #1114
Browse files Browse the repository at this point in the history
1114: doc: coverage=false is the default r=KristofferC a=fredrikekre



Co-authored-by: Fredrik Ekre <ekrefredrik@gmail.com>
  • Loading branch information
bors[bot] and fredrikekre committed Mar 17, 2019
2 parents 868ff7e + d58e688 commit 5d94d25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ const update = API.up


"""
Pkg.test(; coverage::Bool=true)
Pkg.test(pkg::Union{String, Vector{String}; coverage::Bool=true)
Pkg.test(pkgs::Union{PackageSpec, Vector{PackageSpec}}; coverage::Bool=true)
Pkg.test(; coverage::Bool=false)
Pkg.test(pkg::Union{String, Vector{String}; coverage::Bool=false)
Pkg.test(pkgs::Union{PackageSpec, Vector{PackageSpec}}; coverage::Bool=false)
Run the tests for package `pkg` or if no positional argument is given to `test`,
the current project is tested (which thus needs to be a package).
Expand Down

0 comments on commit 5d94d25

Please sign in to comment.