Skip to content

Commit

Permalink
Remove coveralls for now, since it does not seem to work for a repo u…
Browse files Browse the repository at this point in the history
…nder JuliaCrypto
  • Loading branch information
sloede committed Jun 28, 2020
1 parent 0e24308 commit b3c2a49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
# - julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

[![Documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliacrypto.github.io/SEAL.jl/dev)
[![Build Status](https://travis-ci.org/JuliaCrypto/SEAL.jl.svg?branch=master)](https://travis-ci.org/JuliaCrypto/SEAL.jl)
[![codecov](https://codecov.io/gh/JuliaCrypto/SEAL.jl/branch/master/graph/badge.svg?token=CCJ4EO3HW8)](https://codecov.io/gh/JuliaCrypto/SEAL.jl)
[![Coverage Status](https://coveralls.io/repos/github/JuliaCrypto/SEAL.jl/badge.svg?branch=master)](https://coveralls.io/github/JuliaCrypto/SEAL.jl?branch=master)
[![codecov](https://codecov.io/gh/JuliaCrypto/SEAL.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaCrypto/SEAL.jl)

**SEAL.jl** is a Julia package that wraps the
[SEAL](https://github.com/microsoft/SEAL) library for homomorphic encryption. It
Expand Down

0 comments on commit b3c2a49

Please sign in to comment.