mirror of
https://gitlab.com/MisterBiggs/astro-helper.git
synced 2025-08-01 19:01:23 +00:00
disable coverage
This commit is contained in:
@@ -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)), ".."));
|
||||
|
Reference in New Issue
Block a user