mirror of
https://gitlab.com/MisterBiggs/astro-helper.git
synced 2025-06-16 07:06:43 +00:00
disable coverage
This commit is contained in:
parent
10aa5da0d0
commit
b1a642d5e9
@ -23,7 +23,7 @@
|
|||||||
using Pkg;
|
using Pkg;
|
||||||
Pkg.instantiate();
|
Pkg.instantiate();
|
||||||
Pkg.build();
|
Pkg.build();
|
||||||
Pkg.test(; coverage=true);'
|
Pkg.test(; coverage=false);'
|
||||||
# Comment out below if you do not want coverage results.
|
# Comment out below if you do not want coverage results.
|
||||||
# - julia -e 'using Pkg; Pkg.add("Coverage");
|
# - julia -e 'using Pkg; Pkg.add("Coverage");
|
||||||
# import AstroHelper; cd(joinpath(dirname(pathof(AstroHelper)), ".."));
|
# import AstroHelper; cd(joinpath(dirname(pathof(AstroHelper)), ".."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user