add code coverage report
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,6 +5,7 @@
|
|||||||
.pytest_cache
|
.pytest_cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
|
.coverage
|
||||||
|
|
||||||
# Setuptools distribution and build folders.
|
# Setuptools distribution and build folders.
|
||||||
/dist/
|
/dist/
|
||||||
|
3
setup.py
3
setup.py
@@ -25,7 +25,8 @@ setup(name='baselines',
|
|||||||
extras_require={
|
extras_require={
|
||||||
'test': [
|
'test': [
|
||||||
'filelock',
|
'filelock',
|
||||||
'pytest'
|
'pytest',
|
||||||
|
'pytest-cov',
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
|
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
|
||||||
|
Reference in New Issue
Block a user