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
14
+
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.build("DistributedFactorGraphs"); Pkg.test("DistributedFactorGraphs"; coverage=true)'
15
+
after_success:
16
+
- julia -e 'cd(Pkg.dir("DistributedFactorGraphs")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder()); Codecov.submit(process_folder())'
**Note** this package is still under initial development, and will adopt parts of the functionality currently contained in [IncrementalInference.jl](JuliaRobotics/IncrementalInference.jl).
0 commit comments