Skip to content

Commit

Permalink
Suggested edit
Browse files Browse the repository at this point in the history
  • Loading branch information
jagot committed Jul 26, 2024
1 parent 7c28f2d commit 44eb65d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LocalCoverage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ used to set the path to a custom CSS file styling the coverage report.
See [`generate_coverage`](@ref).
"""
function html_coverage(coverage::PackageCoverage; gitroot = ".", open = false, dir = tempdir(), css::Union{Nothing,String}=nothing)
function html_coverage(coverage::PackageCoverage; gitroot = ".", open = false, dir = tempdir(), css::Union{Nothing,AbstractString}=nothing)
cd(coverage.package_dir) do
branch = try
LibGit2.headname(GitRepo(gitroot))
Expand Down

0 comments on commit 44eb65d

Please sign in to comment.