Skip to content

Commit 888751b

Browse files
authored
Updated travis cfg (#96)
Updated travis cfg Updated codecov cfg, contribution guide
1 parent 0b2028c commit 888751b

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.codecov.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
coverage:
2+
status:
3+
patch:
4+
threshold:
5+
number: 0.5
6+
project:
7+
threshold:
8+
number: 0.5
19
ignore:
210
- "embedded_server/.*"
311
- "tests/.*"

.github/CONTRIBUTING.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Responsibilities
2626
* Write PEP-8 compliant code of no more than 80 columns per line
2727
* If adding new features, write an appropriate test - see existing tests for reference
2828
* Contributions are expected to be in line with the project's stated `design and goals <http://parallel-ssh.readthedocs.io/en/latest/introduction.html#design-and-goals>`_
29+
* Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See the `Python Community Code of Conduct <https://www.python.org/psf/codeofconduct/>`_.
2930

3031
.. _reporting-bugs:
3132

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
before_install: skip
8484
install: skip
8585
script: skip
86-
after_success: skip
8786
deploy:
8887
- provider: pypi
8988
user: pkittenis

0 commit comments

Comments
 (0)