diff --git a/test/clean.jl b/test/clean.jl index 18362bc..4bc2ab9 100644 --- a/test/clean.jl +++ b/test/clean.jl @@ -28,7 +28,7 @@ function clean(; distclean=false, _exit=true) _glob_star(joinpath(ROOT, "docs", "src", "examples"), except=["index.md"]) ) _push!(CLEAN, joinpath(ROOT, "docs", "src", "api", "quantumpropagators.md")) - _push!(CLEAN, joinpath(ROOT, "coverage")) + _push!(CLEAN, joinpath(ROOT, ".coverage")) _push!(CLEAN, joinpath(ROOT, "docs", "build")) append!(CLEAN, _glob(ROOT, ".info")) append!(CLEAN, _glob(joinpath(ROOT, ".coverage"), ".info"))