Skip to content

Commit 299212c

Browse files
committed
hopefully fix CI error
1 parent f7cdaaf commit 299212c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExtendedLocalCoverage"
22
uuid = "eb248270-a497-541c-8f75-6bb2aa2715dc"
33
authors = ["Alberto Mengali <[email protected]>"]
4-
version = "0.1.0"
4+
version = "0.1.1"
55

66
[deps]
77
CondaPkg = "992eb4ea-22a4-4c89-a5bb-47a3300528ab"

src/ExtendedLocalCoverage.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function generate_package_coverage(pkg = nothing; use_existing_lcov = false, run
132132
end
133133

134134
function maybe_add_extensions!(files_list, pkg_extensions, pkg_dir)
135-
isnothing(pkg_extensions) && return files_list
135+
(isnothing(pkg_extensions) || isempty(pkg_extensions)) && return files_list
136136
for (path, dir, files) in walkdir("ext")
137137
for file in files
138138
endswith(file, ".jl") || continue

0 commit comments

Comments
 (0)