File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,7 @@ matrix:
1313notifications :
1414 email : false
1515after_success :
16- - julia -e 'Pkg.add("Documenter")'
17- - julia -e 'cd(Pkg.dir("FastTransforms")); include(joinpath("docs", "make.jl"))'
18-
16+ - julia -e 'cd(Pkg.dir("FastTransforms")); Pkg.add("Documenter"); include(joinpath("docs", "make.jl")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
1917# uncomment the following lines to override the default test script
2018# script:
2119# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Original file line number Diff line number Diff line change 11# FastTransforms.jl
22
3- [ ![ Travis] ( https://travis-ci.org/MikaelSlevinsky/FastTransforms.jl.svg?branch=master )] ( https://travis-ci.org/MikaelSlevinsky/FastTransforms.jl ) [ ![ AppVeyor] ( https://ci.appveyor.com/api/projects/status/oba9qush15q3x8pb/branch/master?svg=true )] ( https://ci.appveyor.com/project/MikaelSlevinsky/fasttransforms-jl/branch/master ) [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://MikaelSlevinsky.github.io/FastTransforms.jl/stable ) [ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://MikaelSlevinsky.github.io/FastTransforms.jl/latest )
3+ [ ![ Travis] ( https://travis-ci.org/MikaelSlevinsky/FastTransforms.jl.svg?branch=master )] ( https://travis-ci.org/MikaelSlevinsky/FastTransforms.jl ) [ ![ AppVeyor] ( https://ci.appveyor.com/api/projects/status/oba9qush15q3x8pb/branch/master?svg=true )] ( https://ci.appveyor.com/project/MikaelSlevinsky/fasttransforms-jl/branch/master ) [ ![ codecov ] ( https://codecov.io/gh/MikaelSlevinsky/FastTransforms.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/MikaelSlevinsky/FastTransforms.jl ) [ ![ ] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://MikaelSlevinsky.github.io/FastTransforms.jl/stable ) [ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://MikaelSlevinsky.github.io/FastTransforms.jl/latest )
44
55The aim of this package is to provide fast orthogonal polynomial transforms that are designed for expansions of functions with any degree of regularity. There are multiple approaches to the classical connection problem, though the user does not need to know the specifics.
66
You can’t perform that action at this time.
0 commit comments