Skip to content
This repository has been archived by the owner on Dec 13, 2021. It is now read-only.

Commit

Permalink
Added code cov instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sondrelg committed Jun 29, 2020
1 parent b458ab4 commit 95946a4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,13 @@ This package is open to contributions. To contribute, please follow these steps:

.. _poetry: https://python-poetry.org/
.. _pre-commit: https://pre-commit.com/

*********************
Pushing code coverage
*********************

Since we're using Selenium for testing, we've not tried to automate the codecov upload.

To upload codecov, test locally using ``coverage run manage.py test``, then upload coverage by running::

bash <(curl -s https://codecov.io/bash) -t <codecov token> -f .coverage

0 comments on commit 95946a4

Please sign in to comment.