File tree Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Expand file tree Collapse file tree 3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change
1
+ comment : false
Original file line number Diff line number Diff line change 7
7
- nightly
8
8
notifications :
9
9
email : false
10
+ after_success :
11
+ # push coverage results to Codecov
12
+ - julia -e 'cd(Pkg.dir("Formatting")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
Original file line number Diff line number Diff line change 2
2
3
3
This package offers Python-style general formatting and c-style numerical formatting (for speed).
4
4
5
- [ ![ Build Status] ( https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master )] ( https://travis-ci.org/JuliaIO/Formatting.jl )
6
- [ ![ Formatting] ( http://pkg.julialang.org/badges/Formatting_0.4.svg )] ( http://pkg.julialang.org/?pkg=Formatting&ver=0.4 )
7
- [ ![ Formatting] ( http://pkg.julialang.org/badges/Formatting_0.5.svg )] ( http://pkg.julialang.org/?pkg=Formatting&ver=0.5 )
5
+ | ** PackageEvaluator** | ** Build Status** |
6
+ | :---------------------------------------------------------------:| :-----------------------------------------------------------------------------------------------:|
7
+ | [ ![ ] [ pkg-0.6-img ]] [ pkg-0.6-url ] | [ ![ ] [ travis-img ]] [ travis-url ] [ ![ ] [ codecov-img ]] [ codecov-url ] |
8
+
9
+
10
+ [ travis-img ] : https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master
11
+ [ travis-url ] : https://travis-ci.org/JuliaIO/Formatting.jl
12
+
13
+ [ codecov-img ] : https://codecov.io/gh/JuliaIO/Formatting.jl/branch/master/graph/badge.svg
14
+ [ codecov-url ] : https://codecov.io/gh/JuliaIO/Formatting.jl
15
+
16
+ [ pkg-0.6-img ] : http://pkg.julialang.org/badges/Formatting_0.6.svg
17
+ [ pkg-0.6-url ] : http://pkg.julialang.org/?pkg=Formatting
8
18
9
19
---------------
10
20
You can’t perform that action at this time.
0 commit comments