Browse Source

Switch to codecov from coveralls

Peter Justin 6 years ago
parent
commit
87afebcab4
7 changed files with 17 additions and 41 deletions
  1. 0 27
      .landscape.yml
  2. 1 1
      .travis.yml
  3. 2 2
      AUTHORS
  4. 1 1
      LICENSE
  5. 3 4
      README.md
  6. 9 5
      requirements-dev.txt
  7. 1 1
      requirements-travis.txt

+ 0 - 27
.landscape.yml

@@ -1,27 +0,0 @@
-doc-warnings: false
-test-warnings: false
-strictness: veryhigh
-max-line-length: 80
-autodetect: yes
-requirements:
-    - requirements.txt
-ignore-paths:
-    - docs
-    - migrations
-    - wsgi.py
-    - setup.py
-    - flaskbb/configs
-    - flaskbb/_compat.py
-pep8:
-  full: true
-  disable:
-    - E711
-    - E712
-
-pylint:
-  disable:
-    - too-few-public-methods
-    - too-many-public-methods
-    - too-many-locals
-    - invalid-name
-    - unused-argument

+ 1 - 1
.travis.yml

@@ -33,7 +33,7 @@ script:
 - tox
 after_success:
 - coverage combine tests
-- coveralls
+- codecov
 notifications:
   webhooks: https://www.travisbuddy.com/
   on_success: never

+ 2 - 2
AUTHORS

@@ -3,12 +3,12 @@ contributors:
 
 # FlaskBB Team
 
-* sh4nks <sh4nks7@gmail.com>
+* Peter Justin <peter.justin@outlook.com>
+* Alec Reiter <https://github.com/justanr>
 * Looking for more people!
 
 
 # Contributors
 
 * CasperVg
-* Alec Reiter <https://github.com/justanr>
 * Feel free to join! :)

+ 1 - 1
LICENSE

@@ -1,4 +1,4 @@
-Copyright (c) 2013-2018 by the FlaskBB Team  and contributors. See AUTHORS
+Copyright (c) 2013-2019 by the FlaskBB Team  and contributors. See AUTHORS
 for more details.
 
 Some rights reserved.

+ 3 - 4
README.md

@@ -1,8 +1,7 @@
 # FlaskBB
 
 [![Build Status](https://travis-ci.org/flaskbb/flaskbb.svg?branch=master)](https://travis-ci.org/flaskbb/flaskbb)
-[![Coverage Status](https://coveralls.io/repos/sh4nks/flaskbb/badge.png)](https://coveralls.io/r/sh4nks/flaskbb)
-[![Code Health](https://landscape.io/github/sh4nks/flaskbb/master/landscape.svg?style=flat)](https://landscape.io/github/sh4nks/flaskbb/master)
+[![codecov](https://codecov.io/gh/flaskbb/flaskbb/branch/master/graph/badge.svg)](https://codecov.io/gh/flaskbb/flaskbb)
 [![License](https://img.shields.io/badge/license-BSD-blue.svg)](https://flaskbb.org)
 [![flaskbb@freenode](https://img.shields.io/badge/irc.freenode.net-%23flaskbb-blue.svg)](https://webchat.freenode.net/?channels=flaskbb)
 
@@ -47,11 +46,11 @@ This is how you set up an development instance of FlaskBB:
 
 ## License
 
-FlaskBB is licensed under the [BSD License](https://github.com/sh4nks/flaskbb/blob/master/LICENSE).
+FlaskBB is licensed under the [BSD License](https://github.com/flaskbb/flaskbb/blob/master/LICENSE).
 
 
 # Links
 
 * [Project Website](https://flaskbb.org)
 * [Documentation](https://flaskbb.readthedocs.io)
-* [Source Code](https://github.com/sh4nks/flaskbb)
+* [Source Code](https://github.com/flaskbb/flaskbb)

+ 9 - 5
requirements-dev.txt

@@ -1,11 +1,15 @@
--rrequirements.txt
+#-rrequirements.txt
+Sphinx
+alabaster
+bumpversion>=0.5.3
 cov-core
 coverage
+flake8
+flake8-bugbear
+freezegun
 py
 pytest
 pytest-cov
-Sphinx
-alabaster
-flake8
+pytest-mock
+responses
 tox>=3.0.0
-bumpversion>=0.5.3

+ 1 - 1
requirements-travis.txt

@@ -1,4 +1,4 @@
 -r requirements-cov.txt
 -rrequirements.txt
 tox-travis>=0.10
-coveralls>=1.3.0
+codecov>=2.0.15