Skip to content

Commit

Permalink
Exclude lib site-packages from overall coverage score (keras-team#423)
Browse files Browse the repository at this point in the history
* Coverage value should not include keras

* Add Pull Request Template

* Take pull request template from Keras

* Keras-contrib in docstring
  • Loading branch information
RaphaelMeudec authored and gabrieldemarmiesse committed Feb 4, 2019
1 parent df1137d commit 9be2682
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
21 changes: 21 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!--
Please make sure you've read and understood our contributing guidelines;
https://github.com/keras-team/keras-contrib/blob/master/CONTRIBUTING.md
-->

**- What I did**


**- How I did it**


**- How you can verify it**
<!--
You need a good justification for not including tests if your pull request is
a bug fix or adds a new feature to Keras-contrib.
-->



---
This pull request fixes #issue_number_here
1 change: 0 additions & 1 deletion pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ addopts=-v
-n 2
--durations=10
--cov-report term-missing
--cov=keras

# Do not run tests in the build folder
norecursedirs= build
Expand Down

0 comments on commit 9be2682

Please sign in to comment.