diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index d1083f7..2743dd2 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -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 -f .coverage