We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719fd82 commit bdd667bCopy full SHA for bdd667b
src/Coverage.jl
@@ -35,7 +35,7 @@ export detect_platform
35
36
# Internal utilities module
37
include("coverage_utils.jl")
38
-using .CoverageUtils: detect_platform
+using .CoverageUtils: detect_platform, create_deprecation_message, ensure_output_dir
39
40
const CovCount = CoverageTools.CovCount
41
const FileCoverage = CoverageTools.FileCoverage
0 commit comments