Skip to content

Commit

Permalink
update badges to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyrx committed Oct 19, 2020
1 parent b9a2020 commit cdf9977
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
6 changes: 0 additions & 6 deletions HOWTOCONTRIBUTE.rst
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,6 @@ Preparing Pull Requests

$ pytest xskillscore

Check that your contribution is covered by tests and therefore increases the overall test coverage::

$ coverage run --source xskillscore -m py.test
$ coverage report
$ coveralls

Please stick to `xarray <http://xarray.pydata.org/en/stable/contributing.html>`_'s testing recommendations.

#. Running the performance test suite
Expand Down
12 changes: 10 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@ xskillscore: Metrics for verifying forecasts

.. image:: https://travis-ci.org/xarray-contrib/xskillscore.svg?branch=master
:target: https://travis-ci.org/xarray-contrib/xskillscore

.. image:: https://img.shields.io/pypi/v/xskillscore.svg
:target: https://pypi.python.org/pypi/xskillscore/

.. image:: https://anaconda.org/conda-forge/xskillscore/badges/version.svg
:target: https://anaconda.org/conda-forge/xskillscore/
.. image:: https://coveralls.io/repos/github/xarray-contrib/xskillscore/badge.svg?branch=master
:target: https://coveralls.io/github/xarray-contrib/xskillscore?branch=master


.. image:: https://codecov.io/gh/xarray-contrib/xskillscore/branch/master/graph/badge.svg?token=KB5FZNIO8W
:target: https://codecov.io/gh/xarray-contrib/xskillscore

.. image:: https://img.shields.io/readthedocs/xskillscore/stable.svg?style=flat
:target: https://xskillscore.readthedocs.io/en/stable/?badge=stable

.. image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat
:target: https://raybellwaves.github.io/xskillscore/

.. image:: https://img.shields.io/conda/dn/conda-forge/xskillscore.svg
:target: https://anaconda.org/conda-forge/xskillscore

.. image:: https://mybinder.org/badge_logo.svg
:target: https://mybinder.org/v2/gh/raybellwaves/xskillscore-tutorial/master?urlpath=lab

Expand Down
6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ xskillscore: Metrics for verifying forecasts
.. image:: https://anaconda.org/conda-forge/xskillscore/badges/version.svg
:target: https://anaconda.org/conda-forge/xskillscore/

.. image:: https://coveralls.io/repos/github/xarray-contrib/xskillscore/badge.svg?branch=master
:target: https://coveralls.io/github/xarray-contrib/xskillscore?branch=master

.. image:: https://codecov.io/gh/xarray-contrib/xskillscore/branch/master/graph/badge.svg?token=KB5FZNIO8W
:target: https://codecov.io/gh/xarray-contrib/xskillscore
.. image:: https://img.shields.io/badge/benchmarked%20by-asv-green.svg?style=flat
:target: https://raybellwaves.github.io/xskillscore/

Expand Down

0 comments on commit cdf9977

Please sign in to comment.