Skip to content

Commit

Permalink
Merge pull request #59 from thazhemadam/master
Browse files Browse the repository at this point in the history
display path to generated coverage HTML
  • Loading branch information
tpapp authored Nov 11, 2024
2 parents 0407e1a + f92b846 commit 0ff1859
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 @@ -313,7 +313,7 @@ function html_coverage(coverage::PackageCoverage; gitroot = ".", open = false, d
sprint(Base.showerror, e),
)
end
@info("generated coverage HTML")
@info("generated coverage HTML $(joinpath(dir, "index.html")).")
open && DefaultApplication.open(joinpath(dir, "index.html"))
end
nothing
Expand Down

0 comments on commit 0ff1859

Please sign in to comment.