From b1a642d5e9983b2b659d6d867c3d140798c2172b Mon Sep 17 00:00:00 2001 From: Anson Date: Wed, 20 Jan 2021 18:32:42 -0700 Subject: [PATCH] disable coverage --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)), ".."));