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

Commit

Permalink
Codecov Coverage (#82)
Browse files Browse the repository at this point in the history
* Submit coverage to Codecov

* Switch to Codecov badge
  • Loading branch information
iamed2 authored Oct 7, 2016
1 parent 307f6ae commit f133b72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ julia:
- nightly
notifications:
email: false
after_script:
- julia -e 'cd(Pkg.dir("Iterators")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Iterators](http://pkg.julialang.org/badges/Iterators_0.5.svg)](http://pkg.julialang.org/?pkg=Iterators&ver=0.5)

[![Build Status](https://travis-ci.org/JuliaLang/Iterators.jl.svg?branch=master)](https://travis-ci.org/JuliaLang/Iterators.jl)
[![Coverage Status](https://coveralls.io/repos/JuliaLang/Iterators.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaLang/Iterators.jl?branch=master)
[![Coverage Status](https://codecov.io/gh/JuliaLang/Iterators.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaLang/Iterators.jl)


Common functional iterator patterns.
Expand Down

0 comments on commit f133b72

Please sign in to comment.