You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- julia -e 'using Pkg; cd(Pkg.dir("MultivariateOrthogonalPolynomials")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
17
+
18
+
# uncomment the following lines to override the default test script
19
+
#script:
20
+
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
21
+
# - julia -e 'Pkg.clone(pwd()); Pkg.build("MyPackage"); Pkg.test("MyPackage"; coverage=true)'
0 commit comments