Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Update README badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkuhn committed Apr 26, 2018
1 parent 5699c4b commit ea970b6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
comment: false
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ julia:
- nightly
notifications:
email: false
after_success:
# push coverage results to Codecov
- julia -e 'cd(Pkg.dir("Formatting")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,19 @@

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

[![Build Status](https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master)](https://travis-ci.org/JuliaIO/Formatting.jl)
[![Formatting](http://pkg.julialang.org/badges/Formatting_0.4.svg)](http://pkg.julialang.org/?pkg=Formatting&ver=0.4)
[![Formatting](http://pkg.julialang.org/badges/Formatting_0.5.svg)](http://pkg.julialang.org/?pkg=Formatting&ver=0.5)
| **PackageEvaluator** | **Build Status** |
|:---------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
|[![][pkg-0.6-img]][pkg-0.6-url] | [![][travis-img]][travis-url] [![][codecov-img]][codecov-url] |


[travis-img]: https://travis-ci.org/JuliaIO/Formatting.jl.svg?branch=master
[travis-url]: https://travis-ci.org/JuliaIO/Formatting.jl

[codecov-img]: https://codecov.io/gh/JuliaIO/Formatting.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaIO/Formatting.jl

[pkg-0.6-img]: http://pkg.julialang.org/badges/Formatting_0.6.svg
[pkg-0.6-url]: http://pkg.julialang.org/?pkg=Formatting

---------------

Expand Down

0 comments on commit ea970b6

Please sign in to comment.