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
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
12
-
- julia -e 'Pkg.clone(pwd()); Pkg.build("RandomMatrices"); Pkg.test("RandomMatrices"; coverage=true)';
13
-
- julia -e 'cd(Pkg.dir("RandomMatrices")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())';
12
+
- julia -e 'Pkg.clone(pwd())'
13
+
- julia -e 'Pkg.test("RandomMatrices", coverage=true)'
14
+
after_success:
15
+
- julia -e 'Pkg.add("Coverage"); cd(Pkg.dir("RandomMatrices")); using Coverage; Coveralls.submit(Coveralls.process_folder()); Codecov.submit(process_folder())'
Copy file name to clipboardexpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@ RandomMatrices.jl
3
3
4
4
Random matrix package for [Julia](http://julialang.org).
5
5
6
-
[](http://pkg.julialang.org/?pkg=RandomMatrices&ver=release)
7
-
[](http://pkg.julialang.org/?pkg=RandomMatrices&ver=nightly)
0 commit comments