Skip to content
Snippets Groups Projects
Commit 3b585b92 authored by florian's avatar florian
Browse files

FIX: CI yaml

parent c3254eee
No related branches found
No related tags found
No related merge requests found
Pipeline #9502 canceled
......@@ -27,8 +27,8 @@
- julia -e 'using Pkg; Pkg.clone(pwd());
Pkg.build("CaosDB");
Pkg.test("CaosDB"; coverage = true)'
# Comment out below if you do not want coverage results. -
julia -e 'using Pkg; Pkg.add("Coverage");
# Comment out below if you do not want coverage results.
- julia -e 'using Pkg; Pkg.add("Coverage");
import CaosDB;
cd(joinpath(dirname(pathof(CaosDB)), ".."));
using Coverage; cl, tl = get_summary(process_folder());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment