diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 924f96a..2beb9e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,7 +23,7 @@ using Pkg; Pkg.instantiate(); Pkg.build(); - Pkg.test(; coverage=true);' + Pkg.test(; coverage=false);' # Comment out below if you do not want coverage results. # - julia -e 'using Pkg; Pkg.add("Coverage"); # import AstroHelper; cd(joinpath(dirname(pathof(AstroHelper)), ".."));