Skip to content

Commit ea970b6

Browse files
committed
Update README badges
1 parent 5699c4b commit ea970b6

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

.codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ julia:
77
- nightly
88
notifications:
99
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())'

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
This package offers Python-style general formatting and c-style numerical formatting (for speed).
44

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
818

919
---------------
1020

0 commit comments

Comments
 (0)