File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ install:
10
10
- python setup.py develop
11
11
script :
12
12
- black --line-length 80 --check --diff tensorflow_manopt
13
- - pytest -v tensorflow_manopt
13
+ - pytest -v tensorflow_manopt --cov tensorflow_manopt
14
+ after_success :
15
+ - coveralls
Original file line number Diff line number Diff line change 3
3
[ ![ PyPI version] ( https://img.shields.io/pypi/v/tensorflow-manopt.svg )] ( https://pypi.org/project/tensorflow-manopt/ )
4
4
[ ![ DOI] ( https://zenodo.org/badge/298014876.svg )] ( https://zenodo.org/badge/latestdoi/298014876 )
5
5
[ ![ Build Status] ( https://travis-ci.org/master/tensorflow-manopt.svg?branch=master )] ( https://travis-ci.org/master/tensorflow-manopt )
6
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/master/tensorflow-manopt/badge.svg?branch=master )] ( https://coveralls.io/github/master/tensorflow-manopt?branch=master )
6
7
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg )] ( https://github.com/python/black )
7
8
[ ![ License] ( https://img.shields.io/:license-mit-blue.svg )] ( https://badges.mit-license.org )
8
9
Original file line number Diff line number Diff line change 1
1
pip>=20.0.0
2
2
black
3
+ coveralls
4
+ pytest-cov
You can’t perform that action at this time.
0 commit comments