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:
13
13
notifications :
14
14
email : false
15
15
after_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())'
19
17
# uncomment the following lines to override the default test script
20
18
# script:
21
19
# - if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
Original file line number Diff line number Diff line change 1
1
# FastTransforms.jl
2
2
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 )
4
4
5
5
The 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.
6
6
You can’t perform that action at this time.
0 commit comments