1
0
mirror of https://gitlab.com/MisterBiggs/astro-helper.git synced 2025-06-15 14:46:40 +00:00

disable coverage

This commit is contained in:
Anson 2021-01-20 18:32:42 -07:00
parent 10aa5da0d0
commit b1a642d5e9

View File

@ -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)), ".."));