Skip to content

Commit

Permalink
Add GitHub badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Sep 26, 2020
1 parent fb9fe5c commit 18c73ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,6 +1,6 @@
# Launch IPython in Julia

[![Build Status][travis-img]][travis-url]
[![Build Status][ci-img]][ci-url]
[![Coverage Status][coveralls-img]][coveralls-url]
[![codecov.io][codecov-img]][codecov-url]

Expand Down Expand Up @@ -73,8 +73,8 @@ It also removes `Out[1]`. Note that above setting does not change
your normal IPython prompts.


[travis-img]: https://travis-ci.org/tkf/IPython.jl.svg?branch=master
[travis-url]: https://travis-ci.org/tkf/IPython.jl
[ci-img]: https://github.com/tkf/IPython.jl/workflows/Run%20tests/badge.svg
[ci-url]: https://github.com/tkf/IPython.jl/actions?query=workflow%3ARun+tests
[coveralls-img]: https://coveralls.io/repos/tkf/IPython.jl/badge.svg?branch=master&service=github
[coveralls-url]: https://coveralls.io/github/tkf/IPython.jl?branch=master
[codecov-img]: http://codecov.io/github/tkf/IPython.jl/coverage.svg?branch=master
Expand Down

0 comments on commit 18c73ed

Please sign in to comment.