Commit 7d13d713 authored by rusty1s's avatar rusty1s
Browse files

codecov badge

parent 12bc47af
...@@ -13,10 +13,13 @@ install: ...@@ -13,10 +13,13 @@ install:
- pip install pycodestyle - pip install pycodestyle
- pip install flake8 - pip install flake8
- pip install cffi - pip install cffi
- pip install codecov
script: script:
- pycodestyle . - pycodestyle .
- flake8 . - flake8 .
- python setup.py install - python setup.py install
- python setup.py test - python setup.py test
after_success:
- codecov
notifications: notifications:
email: false email: false
[build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master [build-image]: https://travis-ci.org/rusty1s/pytorch_scatter.svg?branch=master
[build-url]: https://travis-ci.org/rusty1s/pytorch_scatter [build-url]: https://travis-ci.org/rusty1s/pytorch_scatter
[coverage-image]: https://codecov.io/gh/rusty1s/pytorch_scatter/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/github/rusty1s/pytorch_scatter?branch=master
# PyTorch Scatter [![Build Status][build-image]][build-url] # PyTorch Scatter [![Build Status][build-image]][build-url] [![Code Coverage][coverage-image]][coverage-url]
<p align="center"> <p align="center">
<img width="50%" src="https://raw.githubusercontent.com/rusty1s/pytorch_scatter/master/docs/source/_figures/add.svg?sanitize=true" /> <img width="50%" src="https://raw.githubusercontent.com/rusty1s/pytorch_scatter/master/docs/source/_figures/add.svg?sanitize=true" />
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment